Merge "Update Settings cross-profile intent filters upon OTA" into lmp-dev

This commit is contained in:
Alexandra Gherghina
2014-09-05 15:26:58 +00:00
committed by Android (Google) Code Review

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>