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

Commit f49a21d7 authored by Jiashen Wang's avatar Jiashen Wang
Browse files

Change SIM dialog activity theme

Bug: 153811431
Bug: 170508680
Test: Test manually
Change-Id: Ifc5697a3cc80b3e74144a67c5847820ee15bd2fa
parent a97f011b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -517,12 +517,12 @@
        <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
                  android:exported="false"
                  android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
                  android:theme="@style/Theme.AlertDialog" />

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

        <activity
            android:name="Settings$TetherSettingsActivity"
@@ -3688,14 +3688,14 @@
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Transparent" />
            android:theme="@style/Theme.AlertDialog" />

        <activity
            android:name=".sim.DsdsDialogActivity"
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Transparent" />
            android:theme="@style/Theme.AlertDialog" />

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