mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-26 00:48:51 -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:taskAffinity=":Nfc"
|
||||||
android:allowTaskReparenting="true" />
|
android:allowTaskReparenting="true" />
|
||||||
|
|
||||||
<activity
|
<!--<activity-->
|
||||||
android:name=".ui.NfcIntentActivity"
|
<!--android:name=".ui.NfcIntentActivity"-->
|
||||||
android:launchMode="singleTop">
|
<!--android:launchMode="singleTop">-->
|
||||||
<intent-filter>
|
<!--<intent-filter>-->
|
||||||
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
<!--<action android:name="android.nfc.action.NDEF_DISCOVERED" />-->
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<!--<category android:name="android.intent.category.DEFAULT" />-->
|
||||||
<data android:host="my.yubico.com" android:scheme="https"/>
|
<!--<data android:host="my.yubico.com" android:scheme="https"/>-->
|
||||||
</intent-filter>
|
<!--</intent-filter>-->
|
||||||
</activity>
|
<!--</activity>-->
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.HelpActivity"
|
android:name=".ui.HelpActivity"
|
||||||
|
Loading…
Reference in New Issue
Block a user