aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2016-03-10 16:11:39 -0800
committerDanesh M <daneshm90@gmail.com>2016-03-14 09:51:59 -0800
commitfde0e1ecc4419f1e6796f1aa5173c9963abf8de9 (patch)
treeda30a36f9bfb87cbc21ec17e01375f49a4488149 /AndroidManifest.xml
parent242fc38f8da7fc86201b5450b9b964f93844ba6d (diff)
downloadandroid_packages_apps_LockClock-fde0e1ecc4419f1e6796f1aa5173c9963abf8de9.tar.gz
android_packages_apps_LockClock-fde0e1ecc4419f1e6796f1aa5173c9963abf8de9.tar.bz2
android_packages_apps_LockClock-fde0e1ecc4419f1e6796f1aa5173c9963abf8de9.zip
LockClock : Add external facing permission grant activity
Needed by SystemUI when toggling status bar weather. CYNGNOS-2222 Change-Id: I693938fcc87f12d77f8e9245dfb8456925103797
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c15f9de..5b75d91 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -71,6 +71,12 @@
android:taskAffinity=""
android:excludeFromRecents="true" />
+ <activity android:name=".weather.PermissionRequestActivity"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:excludeFromRecents="true"
+ android:noHistory="true"
+ android:exported="true" />
+
<!-- The Widget receiver -->
<receiver android:name=".ClockWidgetProvider" >
<meta-data android:name="android.appwidget.provider" android:resource="@xml/lock_clock" />