mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
android: Remove "auto" region option
This doesn't exist and if you clicked it, your region would be set to Taiwan.
This commit is contained in:
parent
767c4b5a99
commit
55412962c0
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string-array name="regionNames">
|
<string-array name="regionNames">
|
||||||
<item>@string/auto</item>
|
|
||||||
<item>@string/region_australia</item>
|
<item>@string/region_australia</item>
|
||||||
<item>@string/region_china</item>
|
<item>@string/region_china</item>
|
||||||
<item>@string/region_europe</item>
|
<item>@string/region_europe</item>
|
||||||
|
@ -13,7 +12,6 @@
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<integer-array name="regionValues">
|
<integer-array name="regionValues">
|
||||||
<item>-1</item>
|
|
||||||
<item>3</item>
|
<item>3</item>
|
||||||
<item>4</item>
|
<item>4</item>
|
||||||
<item>2</item>
|
<item>2</item>
|
||||||
|
|
Loading…
Reference in a new issue