Change Toggle UX to "Require encryption"
Changes the UX of enable/disable null ciphers to "Require encryption". The default value is off, making the default behavior equivalent to the previous version of the toggle. Test: atest NullAlgorithmsPreferenceControllerTest Test: Manual testing in cuttlefish Bug: 264540492 Change-Id: Iaa0c9c259559a205aacad9fb9af8de6b54782c8d
This commit is contained in:
@@ -251,9 +251,9 @@
|
||||
settings:userRestriction="no_cellular_2g"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="allow_null_algorithms"
|
||||
android:title="@string/allow_null_algorithms_title"
|
||||
android:summary="@string/allow_null_algorithms_summary"
|
||||
android:key="require_cellular_encryption"
|
||||
android:title="@string/require_cellular_encryption_title"
|
||||
android:summary="@string/require_cellular_encryption_summary"
|
||||
settings:controller=
|
||||
"com.android.settings.network.telephony.NullAlgorithmsPreferenceController" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user