remove unused NfcActivity

This commit is contained in:
Vincent Breitmoser
2015-03-30 23:39:36 +02:00
parent 39b131c7e5
commit b0a51e7dd3
3 changed files with 5 additions and 580 deletions

View File

@@ -670,12 +670,6 @@
restarts the activity with onCreate() instead of calling onNewIntent().
taskAffinity and allowTaskReparenting somehow prevents this from happening!
-->
<activity
android:name=".ui.NfcActivity"
android:launchMode="singleTop"
android:taskAffinity=":Nfc"
android:allowTaskReparenting="true" />
<activity
android:name=".ui.NfcOperationActivity"
android:launchMode="singleTop"