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

Commit e96e3101 authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Supporting dark mode in SuspendedAppActivity

Test: Manual:
1. Suspend an app via 'adb shell pm suspend <package-name>
2. Tap the suspended app's icon.
3. Repeat steps 1 and 2 after enabling dark mode.

Bug: 129397023

Change-Id: If753fcaa2584ec474183de319c66ce7a68ff4e17
Merged-In: I65b38b76eb2f00cc42d644f51e5c4a704af7c2c7
parent b8fd5923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5228,7 +5228,7 @@
        </activity>

        <activity android:name="com.android.internal.app.SuspendedAppActivity"
                  android:theme="@style/Theme.Dialog.Confirmation"
                  android:theme="@style/Theme.DeviceDefault.Dialog.Alert.DayNight"
                  android:excludeFromRecents="true"
                  android:process=":ui">
        </activity>