mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-04 16:28:00 +01:00
android: Mark the activity as exported
This is a requirement in newer API levels.
This commit is contained in:
parent
cb010d9e84
commit
df06ff2773
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" android:resizeable="true" />
|
||||
<application android:label="@string/app_name" android:icon="@mipmap/${LIBSUPERDERPY_GAMENAME}">
|
||||
<activity android:name="net.dosowisko.libsuperderpy.Activity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="${LIBSUPERDERPY_ANDROID_ORIENTATION}"
|
||||
|
|
Loading…
Reference in a new issue