commit | c4916832d079d64f7af196fd4a35698c177bcfbc | [log] [tgz] |
---|---|---|
author | Alexandra Gherghina <alexgherghina@google.com> | Fri Sep 05 15:27:03 2014 +0100 |
committer | Alexandra Gherghina <alexgherghina@google.com> | Fri Sep 05 15:27:04 2014 +0100 |
tree | 4eb136c6a97b50f14dc71ea21f45d56f73ad4358 | |
parent | 1e0ea452635fb3e8fbac733567489a38ee3ed635 [diff] |
Update Settings cross-profile intent filters upon OTA Bug: 16647771 Change-Id: I2e23d26b425bde5339221851ac54aab760dc1cc9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 58e7f70..52b08d2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -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>