summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-11 17:02:41 -0700
committerDianne Hackborn <hackbod@google.com>2012-05-11 17:02:41 -0700
commit9822c2e38ef710936ea13e14d9c993e12797240f (patch)
treec348ff3d7796ddd9dcb225c46f952744e5cfcec2 /AndroidManifest.xml
parent4f00da0f638af0131c74ada2fa75b7b22bcaf2d4 (diff)
downloadandroid_packages_apps_PackageInstaller-9822c2e38ef710936ea13e14d9c993e12797240f.tar.gz
android_packages_apps_PackageInstaller-9822c2e38ef710936ea13e14d9c993e12797240f.tar.bz2
android_packages_apps_PackageInstaller-9822c2e38ef710936ea13e14d9c993e12797240f.zip
Change theme back to dark.
Change-Id: Ifbf8a6c7615472ddc66ebea87f18166b49773a8b
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 be348a93..44ec084c 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.Light.DialogWhenLarge.NoActionBar">
+ android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar">
<activity android:name=".PackageInstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true">