diff options
| author | 2017-04-04 20:57:53 +0000 | |
|---|---|---|
| committer | 2017-04-04 20:57:53 +0000 | |
| commit | 4df6c75b99df8901ff04c3ab996aa22c6394b157 (patch) | |
| tree | fa41a8717ffc4656a34b90376a5a5582f7963ed7 | |
| parent | c29fff50322599f53feadf9cf87df9956c9ac44e (diff) | |
| parent | 57a5145a01995c4f854a9b196eaf402c28bba441 (diff) | |
Merge "Protect CANCEL_HANDOVER_TRANSFER broadcast"
| -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 c1a7c778e359..460d466a13bd 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -279,6 +279,7 @@ <protected-broadcast android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" /> <protected-broadcast android:name="android.nfc.handover.intent.action.HANDOVER_SEND" /> <protected-broadcast android:name="android.nfc.handover.intent.action.HANDOVER_SEND_MULTIPLE" /> + <protected-broadcast android:name="com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER" /> <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" /> <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" /> |