This commit is contained in:
Adam Velebil 2023-01-10 14:03:03 +01:00
commit 0e374ddc56
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yubico.authenticator">
<uses-permission android:name="android.permission.NFC" />
@ -75,12 +76,15 @@
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/NdefActivityTheme">
<intent-filter>
<intent-filter
android:autoVerify="true"
tools:ignore="UnusedAttribute">
<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>