Add "Where is my NFC reader?" feature to nfc waiting dialog

This commit is contained in:
Vincent Breitmoser
2017-10-10 04:54:05 +02:00
parent c07e808d24
commit 287d3251c5
12 changed files with 315 additions and 2 deletions

View File

@@ -823,6 +823,12 @@
android:name=".ui.PanicExitActivity"
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".ui.ShowNfcSweetspotActivity"
android:exported="false"
android:theme="@style/Theme.Keychain.AppCompat.Transparent.Fullscreen"
/>
<!-- Internal services/content providers (not exported) -->
<service
android:name=".service.PassphraseCacheService"