diff options
| author | 2017-06-09 16:38:19 -0700 | |
|---|---|---|
| committer | 2017-06-12 22:51:17 +0000 | |
| commit | 77ded58c5f2dade7752f361f0b41fc9e10c9681c (patch) | |
| tree | 32b926364406cdcdf2fd635dd35aa21862d0fc7a | |
| parent | 05b52d8ba58a71a278f9efab6838589d03d4c19e (diff) | |
Protect broadcast used in settings for bond cancel
Test: cancel pairing from notification tray
Bug: 62094630
Change-Id: Ia83a874c1ea9a1d9d5502609f81e94052bb5759c
(cherry picked from commit 977992f3fc9f4f6bb2d1f9536143327a6021c5d1)
| -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 f8044e208031..794d4f8b78b9 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -453,6 +453,7 @@ <protected-broadcast android:name="com.android.server.NetworkTimeUpdateService.action.POLL" /> <protected-broadcast android:name="com.android.server.telecom.intent.action.CALLS_ADD_ENTRY" /> <protected-broadcast android:name="com.android.settings.location.MODE_CHANGING" /> + <protected-broadcast android:name="com.android.settings.bluetooth.ACTION_DISMISS_PAIRING" /> <protected-broadcast android:name="NotificationManagerService.TIMEOUT" /> <protected-broadcast android:name="ScheduleConditionProvider.EVALUATE" /> |