Add exported property to the activity element

This commit is contained in:
Duarte Roso
2024-04-23 15:30:36 +02:00
parent 705856da24
commit 62c2e3b8f0

View File

@@ -8,6 +8,7 @@
android:extractNativeLibs="true"
android:hasCode="true">
<activity android:name="com.flaxengine.GameActivity"
android:exported="true"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|screenSize"
android:screenOrientation="${DefaultOrientation}">