summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-08-09 16:39:28 +0200
committerMartijn Coenen <maco@google.com>2011-08-10 15:30:04 +0200
commite5b26d522885ed1cc30c0820ca59ed7c44707987 (patch)
tree6cb93abc7490974d6fb8073df56d7125a4be6e7f /AndroidManifest.xml
parent4467dca5650a170af5020c10a8ccb25f86f1007f (diff)
downloadpackages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.zip
packages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.tar.gz
packages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.tar.bz2
Move 0-click animations to activity.
- Start activity instead of window overlay; - Implement "the real twist": need to twist back to share; - Implement receive animation (slide out); - General cleanup. Change-Id: I3f6a015c2a73f309892a8c5c3b1ea1b133b54d42
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 410fced..11d4edc 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,6 +41,13 @@
android:excludeFromRecents="true"
android:multiprocess="true"
/>
+ <activity android:name="com.android.nfc.P2pAnimationActivity"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+ android:excludeFromRecents="true"
+ android:launchMode="singleInstance"
+ android:hardwareAccelerated="true"
+ android:configChanges="orientation"
+ />
</application>
</manifest>