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

Commit 87a3649f authored by Alan Viverette's avatar Alan Viverette
Browse files

Removed DayNight theme from public APIs (again)

Bug: 22628106
Change-Id: I76b21dd25d7a4991e4cef601644997dc59fb4cd0
parent 1880cd07
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -133,7 +133,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.DayNight.Dialog"
            android:label="@string/bt_share_picker_label"
            android:enabled="@bool/profile_supported_opp">
            <intent-filter>
@@ -173,30 +173,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.DayNight.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.DayNight.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.DayNight.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.DayNight.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.DayNight.Dialog.Alert"
                  android:enabled="@bool/profile_supported_opp">
        </activity>
        <activity android:name=".opp.BluetoothOppTransferHistory"
@@ -209,7 +209,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.DayNight.Dialog.Alert"
            android:enabled="@bool/profile_supported_pbap">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />
+3 −3
Original line number Diff line number Diff line
@@ -46,7 +46,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.DayNight.Dialog"
            android:label="@string/bt_share_picker_label">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
@@ -76,7 +76,7 @@
        </activity>
        <activity android:name=".opp.BluetoothOppBtEnablingActivity"
            android:process="@string/process"
            android:theme="@android:style/Theme.Material.DayNight.Dialog">
            android:theme="@*android:style/Theme.Material.DayNight.Dialog">
        </activity>
        <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
            android:process="@string/process">
@@ -87,7 +87,7 @@
        <activity android:name=".pbap.BluetoothPbapActivity"
            android:process="@string/process"
            android:label=" "
            android:theme="@android:style/Theme.Material.DayNight.Dialog.Alert">
            android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>