AndroidManifest: remove category BROWSABLE
This commit is contained in:
parent
2d534a9e55
commit
bb17019560
@ -30,7 +30,6 @@
|
|||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.NDEF_DISCOVERED" />
|
<action android:name="android.intent.action.NDEF_DISCOVERED" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
|
||||||
<!-- Add optional android:host to distinguish your app
|
<!-- Add optional android:host to distinguish your app
|
||||||
from others in case of conflicting scheme name -->
|
from others in case of conflicting scheme name -->
|
||||||
<data android:scheme="labaction" />
|
<data android:scheme="labaction" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user