summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-09-26 21:58:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-26 21:58:37 +0000
commit95f471685e4358949e83911d2a5d03aba7e9fcdb (patch)
treed406d081c5f41d11d02a118d101c422bf35c8c13
parentf94b39f4ed595b6e1ad6d653b59c2c04f0c7957f (diff)
parent40708555075e9156a90d8312926bd8abc4641381 (diff)
downloadMms-95f471685e4358949e83911d2a5d03aba7e9fcdb.tar.gz
am 40708555: am 008d6202: Externally Reported Low Severity Security Vulnerability: SMS Resend Vulnerability in Android
* commit '40708555075e9156a90d8312926bd8abc4641381': 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 13a84d8c..ea7429b6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -235,7 +235,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>