Update Settings cross-profile intent filters upon OTA

Bug: 16647771
Change-Id: I2e23d26b425bde5339221851ac54aab760dc1cc9
This commit is contained in:
Alexandra Gherghina
2014-09-05 15:27:03 +01:00
parent 1e0ea45263
commit c4916832d0

View 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>