AndroidManifest: remove category BROWSABLE

This commit is contained in:
lemoer 2025-07-12 03:22:59 +02:00
parent 2d534a9e55
commit bb17019560

View File

@ -30,7 +30,6 @@
<intent-filter>
<action android:name="android.intent.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- Add optional android:host to distinguish your app
from others in case of conflicting scheme name -->
<data android:scheme="labaction" />