diff options
| author | Daniel Bright <dbright@google.com> | 2020-03-12 04:09:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-03-12 04:09:38 +0000 |
| commit | 14906e7a119b8d448a4a4d55a1deed0c2786543c (patch) | |
| tree | 4ba628322c32ae0185c29cc9cca9f989acaa7939 /core/java/android | |
| parent | dc4985f43ad9a39104fec196d379b8335e566d77 (diff) | |
| parent | 60fe69877102b88c02fad3ea3503fe3f9750cbc8 (diff) | |
Merge "Whitelist telephony broadcasts for bground use"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/telephony/CellBroadcastIntents.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/telephony/CellBroadcastIntents.java b/core/java/android/telephony/CellBroadcastIntents.java index 32d330e1a47f..921ad3c74681 100644 --- a/core/java/android/telephony/CellBroadcastIntents.java +++ b/core/java/android/telephony/CellBroadcastIntents.java @@ -81,7 +81,6 @@ public class CellBroadcastIntents { int initialCode, int slotIndex) { Intent backgroundIntent = new Intent(Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION); backgroundIntent.putExtra(EXTRA_MESSAGE, smsCbMessage); - backgroundIntent.setFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND); putPhoneIdAndSubIdExtra(context, backgroundIntent, slotIndex); String receiverPermission = Manifest.permission.RECEIVE_SMS; |
