extract sweetspot activity into separate module

This commit is contained in:
Vincent Breitmoser
2018-11-20 16:19:31 +01:00
parent e36aab6a97
commit 365cebdc72
14 changed files with 122 additions and 57 deletions

View File

@@ -858,7 +858,7 @@
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".ui.ShowNfcSweetspotActivity"
android:name="de.cotech.sweetspot.ShowNfcSweetspotActivity"
android:exported="false"
android:theme="@style/Theme.Keychain.AppCompat.Transparent.Fullscreen"
/>