0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00

required exported option

This commit is contained in:
TrianguloY 2022-09-18 11:18:56 +02:00
parent 1151d3e397
commit 780939f0a0

View File

@ -27,7 +27,8 @@
android:name=".dialogs.MainDialog"
android:excludeFromRecents="true"
android:noHistory="true"
android:theme="@android:style/Theme.DeviceDefault.Dialog">
android:theme="@android:style/Theme.DeviceDefault.Dialog"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@ -54,7 +55,8 @@
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
<activity android:name=".activities.MainActivity">
<activity android:name=".activities.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />