aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--OpenKeychain/src/main/AndroidManifest.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml
index ddec381c8..209f560c6 100644
--- a/OpenKeychain/src/main/AndroidManifest.xml
+++ b/OpenKeychain/src/main/AndroidManifest.xml
@@ -633,16 +633,16 @@
android:taskAffinity=":Nfc"
android:allowTaskReparenting="true" />
- <activity
- android:name=".ui.NfcIntentActivity"
- android:launchMode="singleTop">
- <intent-filter>
- <action android:name="android.nfc.action.NDEF_DISCOVERED" />
-
- <category android:name="android.intent.category.DEFAULT" />
- <data android:host="my.yubico.com" android:scheme="https"/>
- </intent-filter>
- </activity>
+ <!--<activity-->
+ <!--android:name=".ui.NfcIntentActivity"-->
+ <!--android:launchMode="singleTop">-->
+ <!--<intent-filter>-->
+ <!--<action android:name="android.nfc.action.NDEF_DISCOVERED" />-->
+
+ <!--<category android:name="android.intent.category.DEFAULT" />-->
+ <!--<data android:host="my.yubico.com" android:scheme="https"/>-->
+ <!--</intent-filter>-->
+ <!--</activity>-->
<activity
android:name=".ui.HelpActivity"