Android: send SDL_LOCALECHANGED when locale changes

This commit is contained in:
Sylvain Becker
2020-05-08 21:40:28 +02:00
parent 2a4ddeeea9
commit 2491f16f85
3 changed files with 40 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />