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

Commit 40c1df0f authored by Chris Li's avatar Chris Li
Browse files

Update flicker app targetSDK

So that AE is enabled on phone target as well

Update the following:
1. PendingIntent requires FLAG_MUTABLE
2. Bubble/Notification requires POST_NOTIFICATIONS
3. registerReceiver requires RECEIVER_EXPORTED
4. Opt-out force edge-to-edge

Bug: 306666082
Test: atest FlickerTestsOther
Change-Id: Ib1c310795ee3723656c9ebd0557831d189eddb6c
parent b972663f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import org.junit.runners.Parameterized
/**
 * Test launching a new activity from bubble.
 *
 * To run this test: `atest WMShellFlickerTests:MultiBubblesScreen`
 * To run this test: `atest WMShellFlickerTestsBubbles:ChangeActiveActivityFromBubbleTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import org.junit.runners.Parameterized
/**
 * Test launching a new activity from bubble.
 *
 * To run this test: `atest WMShellFlickerTests:DismissBubbleScreen`
 * To run this test: `atest WMShellFlickerTestsBubbles:DragToDismissBubbleScreenTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import org.junit.runners.Parameterized
/**
 * Test launching a new activity from bubble.
 *
 * To run this test: `atest WMShellFlickerTests:OpenActivityFromBubbleOnLocksreenTest`
 * To run this test: `atest WMShellFlickerTestsBubbles:OpenActivityFromBubbleOnLocksreenTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import org.junit.runners.Parameterized
/**
 * Test launching a new activity from bubble.
 *
 * To run this test: `atest WMShellFlickerTests:ExpandBubbleScreen`
 * To run this test: `atest WMShellFlickerTestsBubbles:OpenActivityFromBubbleTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import org.junit.runners.Parameterized
/**
 * Test creating a bubble notification
 *
 * To run this test: `atest WMShellFlickerTests:LaunchBubbleScreen`
 * To run this test: `atest WMShellFlickerTestsBubbles:SendBubbleNotificationTest`
 *
 * Actions:
 * ```
Loading