diff options
author | Altaf-Mahdi <altaf.mahdi@gmail.com> | 2016-04-24 23:01:57 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-04 09:01:03 +0100 |
commit | 2c64eacd1e9e119f7c8f37fd0fd25c287f3985f2 (patch) | |
tree | 29fe4cbbdacd1ce4ebe63c390f81e20d6f0c722e /doze/Android.mk | |
parent | 62ffd3f42de27f07bd45ef350c873b4d91332ace (diff) |
msm8996-common: 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
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
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 d9d71fc..de136ea 100644 --- a/doze/Android.mk +++ b/doze/Android.mk @@ -9,9 +9,6 @@ LOCAL_PACKAGE_NAME := ZukDoze LOCAL_CERTIFICATE := platform LOCAL_PRIVILEGED_MODULE := true -LOCAL_STATIC_JAVA_LIBRARIES := \ - org.cyanogenmod.platform.internal - LOCAL_PROGUARD_FLAG_FILES := proguard.flags include $(BUILD_PACKAGE) |