mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58:50 -05:00
Disable NfcIntentActivity until we implement it properly
This commit is contained in:
parent
43140c10b1
commit
f275daf1fb
@ -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" />
|
||||
<!--<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>
|
||||
<!--<category android:name="android.intent.category.DEFAULT" />-->
|
||||
<!--<data android:host="my.yubico.com" android:scheme="https"/>-->
|
||||
<!--</intent-filter>-->
|
||||
<!--</activity>-->
|
||||
|
||||
<activity
|
||||
android:name=".ui.HelpActivity"
|
||||
|
Loading…
Reference in New Issue
Block a user