diff options
author | Martijn Coenen <maco@google.com> | 2011-08-16 13:50:18 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-08-16 13:50:18 +0200 |
commit | 0ea442671a5b3c178f522214c8d854b8021c7606 (patch) | |
tree | 3725232d4e10309d00cf0f6a6bccf67ece26bb0f /AndroidManifest.xml | |
parent | fb8d1457e8467d50f253cf88cc47fd88d02ea704 (diff) | |
download | packages_apps_nfc-0ea442671a5b3c178f522214c8d854b8021c7606.zip packages_apps_nfc-0ea442671a5b3c178f522214c8d854b8021c7606.tar.gz packages_apps_nfc-0ea442671a5b3c178f522214c8d854b8021c7606.tar.bz2 |
Prevent NFC task transition animations.
This fixes the "black flashes" when starting/finishing
the NFC animation activity.
TODO:
- The status bar is "animated in" still, causing a brief white
rectangle where the status bar is.
Change-Id: Id99f3ecfe8695edcb6c02caa611731fa6e58a560
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-x | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 11d4edc..050af9e 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -42,7 +42,7 @@ android:multiprocess="true" /> <activity android:name="com.android.nfc.P2pAnimationActivity" - android:theme="@android:style/Theme.NoTitleBar.Fullscreen" + android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:excludeFromRecents="true" android:launchMode="singleInstance" android:hardwareAccelerated="true" |