summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-10-01 17:56:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-01 17:56:28 +0000
commit982c2b33de9841ba376154a2ca0bf51d9b4e0209 (patch)
treeb7297860e26ef52e437d326b5d48322ab8d8ab89
parent5a3a32b8e4c9c24397dfeaf74894b907b218f8b9 (diff)
parenta2f21654b52cceb019fcc792166921cc15b92e35 (diff)
downloadMms-982c2b33de9841ba376154a2ca0bf51d9b4e0209.tar.gz
am a2f21654: am 979749e8: am 5de694a2: am a04cf879: am f4909bf3: am 5a726879: am 9da13d25: Externally Reported Low Severity Security Vulnerability: SMS Resend Vulnerability in Android
* commit 'a2f21654b52cceb019fcc792166921cc15b92e35': Externally Reported Low Severity Security Vulnerability: SMS Resend Vulnerability in Android
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 09bcb1de..743686a9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -223,7 +223,8 @@
</receiver>
<!-- Catch-all receiver for broadcasts that don't have associated security -->
- <receiver android:name=".transaction.SmsReceiver">
+ <receiver android:name=".transaction.SmsReceiver"
+ android:permission="android.permission.SEND_SMS">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>