Connect YubiKey URL to OpenKeychain
This commit is contained in:
@@ -95,15 +95,15 @@
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".ui.MainActivity" />
|
||||
<!-- Connect with YubiKeys. This Activity will automatically show/import/create key -->
|
||||
<!--<intent-filter>-->
|
||||
<!--<action android:name="android.nfc.action.NDEF_DISCOVERED"/>-->
|
||||
<!--<category android:name="android.intent.category.DEFAULT"/>-->
|
||||
<!--<data-->
|
||||
<!--android:scheme="https"-->
|
||||
<!--android:host="my.yubico.com"-->
|
||||
<!--android:pathPrefix="/neo"/>-->
|
||||
<!--</intent-filter>-->
|
||||
<!-- Connect with YubiKeys. This Activity will automatically show/import/create YubiKeys -->
|
||||
<intent-filter android:label="@string/app_name">
|
||||
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="my.yubico.com"
|
||||
android:pathPrefix="/neo"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ui.EditKeyActivity"
|
||||
|
||||
Reference in New Issue
Block a user