add barely functional nfc intent activity (WIP!)
This commit is contained in:
@@ -623,6 +623,18 @@
|
||||
<activity
|
||||
android:name=".ui.NfcActivity"
|
||||
android:launchMode="singleTop" />
|
||||
|
||||
<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"
|
||||
android:label="@string/title_help" />
|
||||
|
||||
Reference in New Issue
Block a user