mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: disable wallpaper zooming
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
672deba398
commit
480df06f05
1 changed files with 6 additions and 0 deletions
|
|
@ -55,8 +55,14 @@
|
|||
<string name="db_default_journal_mode" translatable="false">MEMORY</string>
|
||||
<string name="db_default_sync_mode" translatable="false">OFF</string>
|
||||
<string name="db_wal_sync_mode" translatable="false">OFF</string>
|
||||
|
||||
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
||||
|
||||
<bool name="config_showNavigationBar">true</bool>
|
||||
|
||||
<!-- The max scale for the wallpaper when it's zoomed in -->
|
||||
<item name="config_wallpaperMaxScale" format="float" type="dimen">1.00</item>
|
||||
|
||||
<!-- Enable system navigation keys. -->
|
||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue