summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2649328d..17f68f2c 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -118,6 +118,14 @@
android:configChanges="orientation|keyboardHidden|screenSize"
/>
+ <activity android:name=".NfcBlockedNotification"
+ android:finishOnCloseSystemDialogs="true"
+ android:excludeFromRecents="true"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:noHistory="true"
+ android:configChanges="orientation|keyboardHidden|screenSize"
+ />
+
<activity android:name=".BeamShareActivity"
android:finishOnCloseSystemDialogs="true"
android:theme="@android:style/Theme.Translucent"