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

Commit 42b34897 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Remove DayNight theme am: cb934fae

am: 4e1f95bc

* commit '4e1f95bc':
  Remove DayNight theme

Change-Id: I4300b53178ac50b459abd9b97a9aefc7de0cb241
parents a47004ad 4e1f95bc
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
        </receiver>
        <activity android:name=".opp.BluetoothOppLauncherActivity"
            android:process="@string/process"
            android:theme="@*android:style/Theme.Material.DayNight.Dialog"
            android:theme="@android:style/Theme.Material.Light.Dialog"
            android:label="@string/bt_share_picker_label"
            android:enabled="@bool/profile_supported_opp">
            <intent-filter>
@@ -177,30 +177,30 @@
        <activity android:name=".opp.BluetoothOppBtEnableActivity"
                  android:process="@string/process"
                  android:excludeFromRecents="true"
                  android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:enabled="@bool/profile_supported_opp">
        </activity>
        <activity android:name=".opp.BluetoothOppBtErrorActivity"
                  android:process="@string/process"
                  android:excludeFromRecents="true"
                  android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert">
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert">
        </activity>
        <activity android:name=".opp.BluetoothOppBtEnablingActivity"
                  android:process="@string/process"
                  android:excludeFromRecents="true"
                  android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:enabled="@bool/profile_supported_opp">
        </activity>
        <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
                  android:process="@string/process"
                  android:excludeFromRecents="true"
                  android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:enabled="@bool/profile_supported_opp">
        </activity>
        <activity android:name=".opp.BluetoothOppTransferActivity"
                  android:process="@string/process"
                  android:excludeFromRecents="true"
                  android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:enabled="@bool/profile_supported_opp">
        </activity>
        <activity android:name=".opp.BluetoothOppTransferHistory"
@@ -213,7 +213,7 @@
        <activity android:name=".pbap.BluetoothPbapActivity"
            android:process="@string/process"
            android:excludeFromRecents="true"
            android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
            android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
            android:enabled="@bool/profile_supported_pbap">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />