summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-05-23 17:46:09 -0700
committerAdam Powell <adamp@google.com>2012-05-23 17:47:16 -0700
commit1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c (patch)
tree4f29b5d04daa597c01d734b90f93ef48fa54bb8b /AndroidManifest.xml
parent019c976364314aa16e53e8af31616ab902711288 (diff)
downloadandroid_packages_apps_PackageInstaller-1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c.tar.gz
android_packages_apps_PackageInstaller-1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c.tar.bz2
android_packages_apps_PackageInstaller-1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c.zip
Update themes for PackageInstaller
Use DeviceDefault to better integrate with the host system. Use Dialog theme for all devices when uninstalling apps instead of DialogWhenLarge. Change-Id: Ia427c85c81bf175518d07cfef56de5816c052943
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 44ec084c..8384cfaa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,7 +12,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:label="@string/app_name"
android:allowBackup="false"
- android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar">
+ android:theme="@android:style/Theme.DeviceDefault.DialogWhenLarge.NoActionBar">
<activity android:name=".PackageInstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true">
@@ -35,7 +35,8 @@
</activity>
<activity android:name=".UninstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:excludeFromRecents="true">
+ android:excludeFromRecents="true"
+ android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.DELETE" />