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

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

Merge "Change SIM dialog activity theme" into sc-dev

parents e74e93b3 f49a21d7
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" />