summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-10-19 14:56:47 +0200
committerMichael Jurka <mikejurka@google.com>2012-10-19 16:58:50 +0200
commit738cfc91053fc888397ec2d139e0798f8c95b3ca (patch)
tree51b877a628e05640cebc24d2bb2d12d2ad7fc110 /packages/SystemUI/AndroidManifest.xml
parenta1f739ea83b6d770b8469ae1c2c4161f6fe96334 (diff)
downloadframeworks_base-738cfc91053fc888397ec2d139e0798f8c95b3ca.zip
frameworks_base-738cfc91053fc888397ec2d139e0798f8c95b3ca.tar.gz
frameworks_base-738cfc91053fc888397ec2d139e0798f8c95b3ca.tar.bz2
Fixing wallpaper flash when going in/out of Recents
Bug: 7372516 Bug: 7216872 Change-Id: I2a2308a85caf9f2ad2d382c709e5f8867bd060be
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index f0e5a87..de599b4 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -109,7 +109,7 @@
<activity android:name=".recent.RecentsActivity"
android:label="@string/accessibility_desc_recent_apps"
- android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar"
+ android:theme="@style/RecentsStyle"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:exported="true">