OSDN Git Service

Protect broadcast used in settings for bond cancel
authorMarie Janssen <jamuraa@google.com>
Fri, 9 Jun 2017 23:38:19 +0000 (16:38 -0700)
committerMarie Janssen <jamuraa@google.com>
Mon, 12 Jun 2017 22:51:17 +0000 (22:51 +0000)
Test: cancel pairing from notification tray
Bug: 62094630
Change-Id: Ia83a874c1ea9a1d9d5502609f81e94052bb5759c
(cherry picked from commit 977992f3fc9f4f6bb2d1f9536143327a6021c5d1)

core/res/AndroidManifest.xml

index f8044e2..794d4f8 100644 (file)
     <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" />