diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 43f175f894b8..d02ca64fdcf0 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1293,7 +1293,7 @@ android:killAfterRestore="false" android:icon="@drawable/ic_launcher_android"> <activity android:name="com.android.internal.app.ChooserActivity" - android:theme="@style/Theme.Dialog.Alert" + android:theme="@style/Theme.Holo.Dialog.Alert" android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true" android:multiprocess="true"> @@ -1303,7 +1303,7 @@ </intent-filter> </activity> <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity" - android:theme="@style/Theme.Dialog" + android:theme="@style/Theme.Holo.Dialog" android:label="@string/heavy_weight_switcher_title" android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true"> @@ -1348,7 +1348,7 @@ </intent-filter> </activity> <activity android:name="com.android.internal.app.NetInitiatedActivity" - android:theme="@style/Theme.Dialog.Alert" + android:theme="@style/Theme.Holo.Dialog.Alert" android:excludeFromRecents="true"> </activity> |