summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-10-01 17:51:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-01 17:51:31 +0000
commitf8db98a5cfe08e559fac4bcf5c0bf4bd74ab5371 (patch)
tree440656a2372f7de31f597a71fa823466003596a0
parent828abb81d39839176338865eb2c1d5bb4047766d (diff)
parentdb369b44a52def6a501be4ef16523b0f451d5f7e (diff)
downloadMms-f8db98a5cfe08e559fac4bcf5c0bf4bd74ab5371.tar.gz
am db369b44: am afa733d6: Externally Reported Low Severity Security Vulnerability: SMS Resend Vulnerability in Android
* commit 'db369b44a52def6a501be4ef16523b0f451d5f7e': 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>