summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-10-01 17:29:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-01 17:29:50 +0000
commita04cf879fc4c96aa7356d807777dcfe6041dcb1a (patch)
treef25d491da04c2723ed04f934179317f08fd4ca14
parentdda7014628155907388063732ccb12becb961501 (diff)
parentf4909bf31d8d99a2e9ec2d0e4ed9e7ceecbdacbd (diff)
downloadMms-a04cf879fc4c96aa7356d807777dcfe6041dcb1a.tar.gz
am f4909bf3: am 5a726879: am 9da13d25: Externally Reported Low Severity Security Vulnerability: SMS Resend Vulnerability in Android
* commit 'f4909bf31d8d99a2e9ec2d0e4ed9e7ceecbdacbd': 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 cd48a26e..482705ed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -220,7 +220,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>