This commit is contained in:
2021-09-22 10:02:44 +08:00
commit f298a018c6
729 changed files with 56782 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:defaultValue="1"
android:entries="@array/environmentArray"
android:entryValues="@array/environmentValues"
android:icon="@drawable/ic_controls"
android:key="network_environment_type"
android:summary="请您选择您需要使用的网络环境选择完后会重启APP生效"
android:title="设置网络环境" />
</PreferenceScreen>