[Android] SFML activity allows a custom library name for the user application
This commit is contained in:
parent
349fe380e4
commit
a1b0e73ac5
2 changed files with 42 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
android:icon="@drawable/sfml_logo"
|
||||
android:configChanges="keyboardHidden|screenSize">
|
||||
|
||||
<meta-data android:name="android.app.lib_name" android:value="sfml-activity" />
|
||||
<meta-data android:name="android.app.lib_name" android:value="sfml-activity" />
|
||||
<meta-data android:name="sfml.app.lib_name" android:value="sfml-example" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue