diff options
| author | 2017-06-13 01:04:55 +0000 | |
|---|---|---|
| committer | 2017-06-13 01:04:55 +0000 | |
| commit | 2ddb92f2d96ad11bdd7c00253bbfd292d3ce3314 (patch) | |
| tree | 37c4c3695628fcdeae7571b47803802c3045ea34 | |
| parent | 5323b2d4cde1c57db21a701cb979044fd1759dde (diff) | |
| parent | 68a4c91bb4e45aa9f2d1b2e3f4c6fe2119b6c625 (diff) | |
Merge "Protect broadcast used in settings for bond cancel" into oc-dev
am: 68a4c91bb4
Change-Id: Ifdb4b625f21dcda5248071263aaf6936158efb39
| -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 004ecfcd12cf..b4c5025e2f64 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -454,6 +454,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" /> |