Issue #1353 » 0001-Externally-Reported-Low-Severity-Security-Vulnerabil.patch
| AndroidManifest.xml | ||
|---|---|---|
| 250 | 250 |
</receiver> |
| 251 | 251 | |
| 252 | 252 |
<!-- Catch-all receiver for broadcasts that don't have associated security --> |
| 253 |
<receiver android:name=".transaction.SmsReceiver"> |
|
| 253 |
<receiver android:name=".transaction.SmsReceiver" |
|
| 254 |
android:permission="android.permission.SEND_SMS"> |
|
| 254 | 255 |
<intent-filter> |
| 255 | 256 |
<action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 256 | 257 |
</intent-filter> |