added exported=true to manifest

This commit is contained in:
Ahmet Inan 2022-10-31 11:35:29 +01:00
parent a32053fb93
commit 26ddfc1f49

View file

@ -12,6 +12,7 @@
android:configChanges="keyboardHidden|orientation|screenSize"
android:name="xdsopl.robot36.MainActivity"
android:launchMode="singleTask"
android:exported="true"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />