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>