Exported MainActivity

This commit is contained in:
Juha Heinanen
2021-07-20 09:25:07 +03:00
parent 9529c439ed
commit c275d3cbd0

View File

@ -43,6 +43,7 @@
android:name=".MainActivity"
android:theme="@style/AppTheme.Main"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />