mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Phone number privacy settings and certificate support behind feature flag.
This commit is contained in:
committed by
Cody Henthorne
parent
abd3d4b546
commit
7b24e66ed3
@@ -1,6 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="category_phone_number_privacy"
|
||||
android:title="@string/preferences_app_protection__who_can">
|
||||
|
||||
<Preference
|
||||
android:key="pref_who_can_see_phone_number"
|
||||
android:title="@string/preferences_app_protection__see_my_phone_number" />
|
||||
|
||||
<Preference
|
||||
android:key="pref_who_can_find_by_phone_number"
|
||||
android:title="@string/preferences_app_protection__find_me_by_phone_number" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/preferences_app_protection__app_access">
|
||||
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
|
||||
Reference in New Issue
Block a user