Browse Source
Merge pull request #12015 from t895/remove-auto
android: Remove "auto" region option
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/android/app/src/main/res/values/arrays.xml
|
|
|
@ -2,7 +2,6 @@ |
|
|
|
<resources> |
|
|
|
|
|
|
|
<string-array name="regionNames"> |
|
|
|
<item>@string/auto</item> |
|
|
|
<item>@string/region_australia</item> |
|
|
|
<item>@string/region_china</item> |
|
|
|
<item>@string/region_europe</item> |
|
|
|
@ -13,7 +12,6 @@ |
|
|
|
</string-array> |
|
|
|
|
|
|
|
<integer-array name="regionValues"> |
|
|
|
<item>-1</item> |
|
|
|
<item>3</item> |
|
|
|
<item>4</item> |
|
|
|
<item>2</item> |
|
|
|
|