summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-07-23 18:21:20 -0700
committerAdam Cohen <adamcohen@google.com>2014-07-23 20:40:09 -0700
commit3ed316a71d5ec5be2e25ba0a993ebd71a260217c (patch)
tree64d66cdf5f43895da027ed4811381beb3b1c1a37 /AndroidManifest.xml
parenta043fa89211541c71b5bef052ebc49f722d338b9 (diff)
downloadandroid_packages_apps_Trebuchet-3ed316a71d5ec5be2e25ba0a993ebd71a260217c.tar.gz
android_packages_apps_Trebuchet-3ed316a71d5ec5be2e25ba0a993ebd71a260217c.tar.bz2
android_packages_apps_Trebuchet-3ed316a71d5ec5be2e25ba0a993ebd71a260217c.zip
Adding broadcast to indicate first launcher load
-> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 49efc5d89..f391a19a2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,11 +50,13 @@
android:protectionLevel="signatureOrSystem"
android:label="@string/permlab_write_settings"
android:description="@string/permdesc_write_settings"/>
-
<permission
android:name="com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS"
android:protectionLevel="signature"
/>
+ <permission
+ android:name="com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST"
+ android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SET_WALLPAPER" />