mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
renamed from yotp to ndef
This commit is contained in:
parent
1a8eaa2e16
commit
4e19e2aed6
@ -47,10 +47,10 @@
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".YOTPActivity"
|
||||
android:name=".NdefActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/YOTPActivityTheme">
|
||||
android:theme="@style/NdefActivityTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
@ -15,7 +15,7 @@ import java.nio.charset.StandardCharsets
|
||||
|
||||
typealias ResourceId = Int
|
||||
|
||||
class YOTPActivity : Activity() {
|
||||
class NdefActivity : Activity() {
|
||||
|
||||
private var openAppOnNfcTap: Boolean = false
|
||||
private var copyOtpOnNfcTap: Boolean = false
|
@ -16,7 +16,7 @@
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="YOTPActivityTheme" parent="NormalTheme">
|
||||
<style name="NdefActivityTheme" parent="NormalTheme">
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowAnimationStyle">@null</item>
|
||||
<item name="android:windowDisablePreview">true</item>
|
||||
|
Loading…
Reference in New Issue
Block a user