Add new protected broadcasts

According to the javadocs for these intents, they are all
protected intents.  It appears the original author forgot
to add them to this file.

Change-Id: I025061716d5707f10939019f2bc5bc3d4d23b04f
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 316de50..9822e63 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -164,9 +164,10 @@
     <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
     <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
     <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
-
-
-
+    <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
+    <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
+    <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
+    <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
 
     <!-- ====================================== -->
     <!-- Permissions for things that cost money -->