summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-14 17:33:46 -0700
committerPeter Ng <petergng@google.com>2011-10-17 15:58:20 -0700
commitd157dbc1b55709209daa48a5bdbd6fe62835852d (patch)
tree0b6a4a9e1a076af00326c6276aa19f82d5f30686 /AndroidManifest.xml
parent11a65e67245a87dfccd10c3b84c0b715f59d4ef6 (diff)
downloadandroid_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.tar.gz
android_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.tar.bz2
android_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.zip
layout fixes and asset updates to package installer
Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a0fc6cd6..af5fa762 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -11,7 +11,7 @@
<uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
<application android:label="@string/app_name"
android:allowBackup="false"
- android:theme="@android:style/Theme.Holo.DialogWhenLarge">
+ android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar">
<activity android:name=".PackageInstallerActivity"
android:configChanges="orientation|keyboardHidden"
android:excludeFromRecents="true">