Add exported property to the activity element
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
android:extractNativeLibs="true"
|
android:extractNativeLibs="true"
|
||||||
android:hasCode="true">
|
android:hasCode="true">
|
||||||
<activity android:name="com.flaxengine.GameActivity"
|
<activity android:name="com.flaxengine.GameActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
android:screenOrientation="${DefaultOrientation}">
|
android:screenOrientation="${DefaultOrientation}">
|
||||||
|
|||||||
Reference in New Issue
Block a user