OSDN Git Service

Update Settings cross-profile intent filters upon OTA
authorAlexandra Gherghina <alexgherghina@google.com>
Fri, 5 Sep 2014 14:27:03 +0000 (15:27 +0100)
committerAlexandra Gherghina <alexgherghina@google.com>
Fri, 5 Sep 2014 14:27:04 +0000 (15:27 +0100)
Bug: 16647771
Change-Id: I2e23d26b425bde5339221851ac54aab760dc1cc9

AndroidManifest.xml

index 58e7f70..52b08d2 100644 (file)
@@ -98,6 +98,7 @@
         <receiver android:name="ManagedProfileSetup">
             <intent-filter>
                 <action android:name="android.intent.action.USER_INITIALIZE"/>
+                <action android:name="aandroid.intent.action.PRE_BOOT_COMPLETED"/>
             </intent-filter>
         </receiver>