summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-08-18 13:16:17 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-08-18 17:42:26 +0100
commitf2e39f2ee4f07cfff3915a17b1a394c99e5e7f44 (patch)
treefda11df6506bd4173088ba7fb55a777c1d1613da /AndroidManifest.xml
parentf14fa7ed4e9c61543a10f081027489558c4bc104 (diff)
downloadpackages_apps_Settings-f2e39f2ee4f07cfff3915a17b1a394c99e5e7f44.zip
packages_apps_Settings-f2e39f2ee4f07cfff3915a17b1a394c99e5e7f44.tar.gz
packages_apps_Settings-f2e39f2ee4f07cfff3915a17b1a394c99e5e7f44.tar.bz2
Switch to listening for USER_INITIALIZE broadcast in the Settings app.
The PRE_BOOT_COMPLETED broadcast is no longer sent when creating a new profile. Also, we no longer listen to BOOT_COMPLETED as that adds too much overload. Bug: 17102460 Change-Id: I05eb56c7a05748e8a91b9717966c20ac586d90ef
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 27738c3..af5af30 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -97,8 +97,7 @@
<receiver android:name="ManagedProfileSetup">
<intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
- <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
+ <action android:name="android.intent.action.USER_INITIALIZE"/>
</intent-filter>
</receiver>