diff options
| author | 2016-09-21 17:49:45 +0000 | |
|---|---|---|
| committer | 2016-09-21 17:49:45 +0000 | |
| commit | 9271f57c3494032dde286949a55fa533ae2c81dd (patch) | |
| tree | bd2f6cd774ac8748e2cf70f59672b50a811fff26 | |
| parent | 3fa8bc066bff0b8ea4864114eae0bdeed041c6f5 (diff) | |
| parent | 6eb62f8ee3d7a8441ce79ac0dd465c86b2869bb8 (diff) | |
Merge "Protect REFRESH_BATCHED_SCAN broadcast"
am: 6eb62f8ee3
Change-Id: I013391d9b75b6a968f5c7c449ce7cac0501448f4
| -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 f712c346f88a..6c5182459d04 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="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" /> <protected-broadcast android:name="com.android.bluetooth.pbap.authresponse" /> |