remove unused NFC-ish <intent-filter> with lint error

Looks like an aborted effort to do:
https://developer.android.com/guide/topics/connectivity/nfc/nfc.html#mime
This commit is contained in:
Hans-Christoph Steiner 2018-04-19 16:36:35 +02:00
parent 15b0736252
commit 71f7762521

View File

@ -151,13 +151,6 @@
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"
android:value=".views.main.MainActivity"/> android:value=".views.main.MainActivity"/>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="application/vnd.org.fdroid.fdroid.repo"/>
</intent-filter>
</activity> </activity>
<activity <activity
android:name=".NfcNotEnabledActivity" android:name=".NfcNotEnabledActivity"