mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
remove android:exported attribute from unstable xml
This commit is contained in:
parent
1ff0692a72
commit
01f10c49ba
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
<application>
|
||||
<receiver android:name=".receivers.InstallReceiver" />
|
||||
|
||||
<activity android:name=".activities.MainActivity"
|
||||
android:exported="true">
|
||||
<activity android:name=".activities.MainActivity">
|
||||
<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
Reference in a new issue