Add UI support for configuring a proxy.

This commit is contained in:
Greyson Parrelli
2021-02-02 16:42:47 -05:00
committed by GitHub
parent 0d215d609b
commit 46344776a4
37 changed files with 1217 additions and 55 deletions

View File

@@ -44,4 +44,15 @@
</PreferenceCategory>
<Preference android:layout="@layout/preference_data_and_storage_call_bandwidth_notice" />
<PreferenceCategory android:layout="@layout/preference_divider"/>
<PreferenceCategory
android:title="@string/preferences_proxy">
<Preference
android:title="@string/preferences_use_proxy"
android:key="pref_use_proxy" />
</PreferenceCategory>
</PreferenceScreen>