File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1515 <application
1616 android : name =" .SysctlGuiApp"
1717 android : allowBackup =" false"
18+ android : enableOnBackInvokedCallback =" true"
1819 android : icon =" @mipmap/ic_launcher"
1920 android : label =" @string/app_name"
21+ android : localeConfig =" @xml/locales_config"
2022 android : roundIcon =" @mipmap/ic_launcher_round"
2123 android : supportsRtl =" true"
2224 android : theme =" @style/AppTheme"
23- android : enableOnBackInvokedCallback =" true"
2425 tools : ignore =" GoogleAppIndexingWarning" >
2526 <activity android : name =" .ui.main.MainActivity" />
2627 <activity
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <locale-config xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <locale android : name =" en" />
4+ <locale android : name =" de" />
5+ <locale android : name =" pt-rBR" />
6+ <locale android : name =" tr" />
7+ </locale-config >
You can’t perform that action at this time.
0 commit comments