Skip to content

Commit

Permalink
DO NOT MERGE Change to make STK related intents protected.
Browse files Browse the repository at this point in the history
Bug: 21697171
Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
  • Loading branch information
Amit Mahajan authored and ciwrl committed Aug 18, 2015
1 parent a892d08 commit 2455ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AndroidManifest.xml
Expand Up @@ -39,6 +39,10 @@
<protected-broadcast android:name="android.provider.Telephony.SIM_FULL" />
<protected-broadcast android:name="com.android.internal.telephony.data-restart-trysetup" />
<protected-broadcast android:name="com.android.internal.telephony.data-stall" />
<protected-broadcast android:name= "android.intent.action.stk.command" />
<protected-broadcast android:name= "android.intent.action.stk.session_end" />
<protected-broadcast android:name= "android.intent.action.stk.icc_status_change" />
<protected-broadcast android:name= "android.intent.action.stk.alpha_notify" />

<permission
android:name="com.qti.permission.SELECT_SUBSCRIPTION"
Expand Down

0 comments on commit 2455ba6

Please sign in to comment.