Revert "Settings: Follow system theme for SD card activities"

This reverts commit 0adcf6a760068bc2280cd93f68b9230c2fa1244c.

Change-Id: Id00053fc052bb751fdf9d391f95d5cbf15f1ba46
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d800bb4..5ad3964 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2491,24 +2491,24 @@
 
         <!-- Exported for SystemUI to launch into -->
         <activity android:name=".deviceinfo.StorageWizardInit"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="true"
                 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
         <activity android:name=".deviceinfo.StorageWizardFormatProgress"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="false" />
         <activity android:name=".deviceinfo.StorageWizardFormatSlow"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="false" />
         <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="false" />
         <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="true"
                 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
         <activity android:name=".deviceinfo.StorageWizardReady"
-                android:theme="@style/GlifV3Theme.DayNight"
+                android:theme="@style/GlifV3Theme.Light"
                 android:exported="true"
                 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />