summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-02-10 12:43:12 -0800
committerLuis Vidal <lvidal@cyngn.com>2016-02-10 12:43:12 -0800
commit94ee92a4532da3727a1604500b2f57d91329a74b (patch)
tree4e0cbf6a2b0caa926816ac34f82639e72de7dbd4 /AndroidManifest.xml
parent665db50a84ed134e2fd094ccacba324183d33495 (diff)
downloadpackages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.zip
packages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.tar.gz
packages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.tar.bz2
Enable Live Lock screen if Animated lock screen is applied
Live lock screen will be enabled if user picks an animated lock screen from the chooser. User will be presented with a dialog to enable LLS. If user decides not to enable LLS, the animated lock screen won't be applied. Change-Id: I5d14dd138e3e3f0e83e1dd08d75c8543131cc430 TICKET: CYNGNOS-1932
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cb233e8..1bfaf91 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,6 +35,9 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.VIBRATE"/>
+ <!-- Used to toggle Live Lock Screen setting -->
+ <uses-permission android:name="cyanogenmod.permission.WRITE_SECURE_SETTINGS" />
+
<permission android:name="com.cyngn.themes.permission.THEMES_APP"
android:protectionLevel="signatureOrSystem" />