aboutsummaryrefslogtreecommitdiff
path: root/doze/AndroidManifest.xml
diff options
context:
space:
mode:
authorAltaf-Mahdi <altaf.mahdi@gmail.com>2016-04-24 23:01:57 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-01-21 18:31:37 +0100
commit0e5853f97bd5a865d66dcb058aa5a18b95ea6f0d (patch)
tree639a7e7ca492774970fda116381721f986a2992b /doze/AndroidManifest.xml
parent68b7ddae6f2a75239b218141a28022c3eab99be5 (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/AndroidManifest.xml')
-rw-r--r--doze/AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doze/AndroidManifest.xml b/doze/AndroidManifest.xml
index c63a5b4..97aacea 100644
--- a/doze/AndroidManifest.xml
+++ b/doze/AndroidManifest.xml
@@ -5,9 +5,7 @@
android:versionName="1.0"
android:sharedUserId="android.uid.system">
- <uses-permission android:name="android.permission.DEVICE_POWER" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
- <uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-sdk
@@ -25,13 +23,13 @@
</intent-filter>
</receiver>
- <service android:name="com.cyanogenmod.settings.doze.XiaomiDozeService"
+ <service android:name="com.cyanogenmod.settings.doze.DozeService"
android:permission="XiaomiDozeService">
</service>
<activity
android:name=".DozeSettings"
- android:label="@string/screen_gestures_panel_title"
+ android:label="@string/ambient_display_title"
android:theme="@android:style/Theme.Material.Settings">
<intent-filter>
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />