commit | f033594f80f64c82258590d1799f7518519df889 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Fri Aug 17 10:58:23 2018 +0200 |
committer | Max Weninger <max.weninger@gmail.com> | Fri Aug 17 11:00:10 2018 +0200 |
tree | 946deca4bef722e9c719ad6bfcdd8ae00b4832d3 | |
parent | 1b9cbf4391b921ea7e986b65d539e0213d6172d7 [diff] |
omni: update emulator overlay Change-Id: I56cf689a933a312d0adf099964c71b25ede7a959
diff --git a/utils/emulator/common.mk b/utils/emulator/common.mk index f853476..4cf6b10 100644 --- a/utils/emulator/common.mk +++ b/utils/emulator/common.mk
@@ -71,3 +71,5 @@ # Add our overlays DEVICE_PACKAGE_OVERLAYS += vendor/omni/overlay/common + +WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
diff --git a/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml b/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml index d3c48fa..7be2e5f 100644 --- a/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml +++ b/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml
@@ -26,5 +26,6 @@ <string name="config_deviceKeyHandlerClass" translatable="false">org.omnirom.device.KeyHandler</string> <!-- make sure you enable this only if your device supports deep slepp with active proximity sensor event listener --> - <bool name="config_proxiSensorWakupCheck">false</bool> + <bool name="config_proxiSensorWakupCheck">true</bool> + <bool name="config_showNavigationBar">true</bool> </resources>