Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4405ba6 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

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
parent 942de41b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 -->