mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add UI support for configuring a proxy.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user