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

Commit ee35c5a3 authored by Michael W's avatar Michael W
Browse files

Settings: Follow system theme for SD card activities

* Setting up a new SD card is currently using light theme, no matter
  the system setting
* Convert to DayNight to have it follow system theme

Change-Id: Iaf41c95a03859f40f9895b713c26ee76ff01fed6
parent ed8b4c63
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2366,24 +2366,24 @@

        <!-- Exported for SystemUI to launch into -->
        <activity android:name=".deviceinfo.StorageWizardInit"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
        <activity android:name=".deviceinfo.StorageWizardFormatProgress"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="false" />
        <activity android:name=".deviceinfo.StorageWizardFormatSlow"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="false" />
        <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="false" />
        <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
        <activity android:name=".deviceinfo.StorageWizardReady"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifV3Theme.DayNight"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />