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

Commit b5deca62 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AccessibilityManagerTest: Add FLAG_IMMUTABLE to PIs"

parents d23e2986 b360f29b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ public class AccessibilityManagerTest {
    private static final String INTENT_ACTION = "TESTACTION";
    private static final String DESCRIPTION = "description";
    private static final PendingIntent TEST_PENDING_INTENT = PendingIntent.getBroadcast(
            InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION), 0);
            InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION), 
            PendingIntent.FLAG_IMMUTABLE);
    private static final RemoteAction TEST_ACTION = new RemoteAction(
            Icon.createWithContentUri("content://test"),
            LABEL,