mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-19 15:59:02 +00:00
Edit AndroidManifest.xml
This commit is contained in:
parent
e369676808
commit
4aceb364d9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<application>
|
||||
<receiver android:name=".receivers.InstallReceiver" />
|
||||
|
||||
<activity android:name=".activities.MainActivity">
|
||||
<activity android:name=".activities.MainActivity" android:launchMode="singleInstance">
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue