summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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>