overlay: Keyguard: Default amPm visibility to false
Change-Id: I6699b3fb8a87d1d20a13c53a54ba6aa166dd942a Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
This commit is contained in:
parent
726a4fcf28
commit
8209a9bb47
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@
|
|||
<!-- default to disabling the menu key. The CM setting to
|
||||
do this is a no-op unless the below item is true -->
|
||||
<bool name="config_disableMenuKeyInLockScreen">true</bool>
|
||||
|
||||
<!-- config for showing AM/PM on lock screen in 12hour format -->
|
||||
<bool name="config_showAmpm">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue