Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8e30609a authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Allow mutable implicit PendingIntent

Starting from target SDK U, creation of mutable PendingIntents with implicit Intents will be blocked for security reasons. This test creates such an object and fails, so a quick mitigation is to apply a flag PendingIntent.FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT that bypasses the above block.

The flag is introduced in ag/21018466.

Bug: 266799056
Test: atest com.android.internal.telephony.SmsDispatchersControllerTest
Change-Id: I94595c7dbc6c61cc36c33b7dda963d7ac7a93f1d
parent 2bbbcbf6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment