diff options
| author | 2016-09-21 20:51:07 +0000 | |
|---|---|---|
| committer | 2016-09-21 20:51:07 +0000 | |
| commit | c1777a853cc3fec80a88244b534b0a6c0146b3d6 (patch) | |
| tree | d20355405700ad151e65766b50430a1c9b620c1f | |
| parent | 6e1400f43fca0f4e41ef10779a1a7a9b5c1d4a7c (diff) | |
| parent | e2d9cc4bc9787195b980090e50e0c80523efe4fc (diff) | |
Merge "List btopp.intent.action.ACCEPT broadcast as protected"
am: e2d9cc4bc9
Change-Id: I7e83f318b9a8ab0520d4df66d9faa96e768df612
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 6c5182459d04..b0b57d909174 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -198,6 +198,7 @@ <protected-broadcast android:name="android.btopp.intent.action.OPEN" /> <protected-broadcast android:name="android.btopp.intent.action.OPEN_INBOUND" /> <protected-broadcast android:name="android.btopp.intent.action.TRANSFER_COMPLETE" /> + <protected-broadcast android:name="android.btopp.intent.action.ACCEPT" /> <protected-broadcast android:name="com.android.bluetooth.gatt.REFRESH_BATCHED_SCAN" /> <protected-broadcast android:name="com.android.bluetooth.pbap.authchall" /> <protected-broadcast android:name="com.android.bluetooth.pbap.userconfirmtimeout" /> |