diff options
author | Altaf-Mahdi <altaf.mahdi@gmail.com> | 2016-04-24 23:01:57 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:31:37 +0100 |
commit | 0e5853f97bd5a865d66dcb058aa5a18b95ea6f0d (patch) | |
tree | 639a7e7ca492774970fda116381721f986a2992b /doze/Android.mk | |
parent | 68b7ddae6f2a75239b218141a28022c3eab99be5 (diff) |
z2_plus: Doze improvements
* restructure the app
* add a tilt sensor from hammerhead-caf with an option to enable/disable
* add a one time dialog on first start to help users understand how the app works
* remove proximity wake up option and add an option to enable the sensors as soon as the screen turns off
* adjust and add new doze configs
* squashed translations
Change-Id: Ia9d9a807d6c4f1a80a2ba8780e7486560f9a1d87
Diffstat (limited to 'doze/Android.mk')
-rw-r--r-- | doze/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doze/Android.mk b/doze/Android.mk index 6ef922e..bdac401 100644 --- a/doze/Android.mk +++ b/doze/Android.mk @@ -9,9 +9,6 @@ LOCAL_PACKAGE_NAME := XiaomiDoze LOCAL_CERTIFICATE := platform LOCAL_PRIVILEGED_MODULE := true -LOCAL_STATIC_JAVA_LIBRARIES := \ - org.cyanogenmod.platform.internal - LOCAL_PROGUARD_FLAG_FILES := proguard.flags include $(BUILD_PACKAGE) |