[Android] SFML activity allows a custom library name for the user application

This commit is contained in:
Jonathan De Wachter 2014-02-24 13:28:59 +01:00
parent 349fe380e4
commit a1b0e73ac5
2 changed files with 42 additions and 2 deletions

View file

@ -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" />