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 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
@@ -3217,24 +3217,24 @@
|
||||
|
||||
<!-- Exported for SystemUI to launch into -->
|
||||
<activity android:name=".deviceinfo.StorageWizardInit"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
||||
<activity android:name=".deviceinfo.StorageWizardFormatProgress"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="false"/>
|
||||
<activity android:name=".deviceinfo.StorageWizardFormatSlow"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="false"/>
|
||||
<activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="false"/>
|
||||
<activity android:name=".deviceinfo.StorageWizardMigrateProgress"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
||||
<activity android:name=".deviceinfo.StorageWizardReady"
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:theme="@style/GlifTheme.DayNight"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user