Skip to content
Snippets Groups Projects
Verified Commit 01f10c49 authored by Kai DeLorenzo's avatar Kai DeLorenzo :purple_heart:
Browse files

remove android:exported attribute from unstable xml

parent 1ff0692a
No related branches found
No related tags found
1 merge request!34Landscape
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
<application> <application>
<receiver android:name=".receivers.InstallReceiver" /> <receiver android:name=".receivers.InstallReceiver" />
<activity android:name=".activities.MainActivity" <activity android:name=".activities.MainActivity">
android:exported="true">
<intent-filter android:autoVerify="true"> <intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" /> <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment