summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-12-16 14:29:43 -0500
committerAlan Viverette <alanv@google.com>2015-12-16 14:29:43 -0500
commit830e0535fae73e6006c614f9ac6c6cea5622f1ba (patch)
treed9fd74767726793f77c70a1511371bcc48ff50f7 /AndroidManifest_test.xml
parentd791e9c365fd5a64ceaeff563c4fbe208757cb18 (diff)
downloadandroid_packages_apps_Bluetooth-830e0535fae73e6006c614f9ac6c6cea5622f1ba.tar.gz
android_packages_apps_Bluetooth-830e0535fae73e6006c614f9ac6c6cea5622f1ba.tar.bz2
android_packages_apps_Bluetooth-830e0535fae73e6006c614f9ac6c6cea5622f1ba.zip
Removed DayNight theme from public APIs (again)
Bug: 22628106 Change-Id: I76b21dd25d7a4991e4cef601644997dc59fb4cd0
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 638484cb9..8529ba512 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -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>