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

Commit 8abc64b7 authored by Peter Wang's avatar Peter Wang
Browse files

Fix ToggleSubscriptionDialogActivity dialog theme.

Bug: 185415478
Test: Local
Change-Id: Ice4c826bb2ecc5dacc7a54c2840a0d5f83d5757c
parent ad84b3dd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -542,12 +542,12 @@
        <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
                  android:exported="false"
                  android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
                  android:theme="@style/Theme.AlertDialog" />
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
                  android:exported="false"
                  android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
                  android:theme="@style/Theme.AlertDialog" />
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity
            android:name="Settings$TetherSettingsActivity"
@@ -3785,14 +3785,14 @@
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Theme.AlertDialog" />
            android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity
            android:name=".sim.DsdsDialogActivity"
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Theme.AlertDialog" />
            android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <service android:name=".sim.SimNotificationService"
                 android:permission="android.permission.BIND_JOB_SERVICE" />