Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
fenix
Commits
d0b6d445
Commit
d0b6d445
authored
Sep 30, 2020
by
Matthew Finkel
Browse files
fixup! Bug 40026: Implement Security Level settings
parent
21d5a593
Pipeline
#1191
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/xml/tor_security_level_preferences.xml
View file @
d0b6d445
...
...
@@ -3,17 +3,17 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<androidx.preference.PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<org.mozilla.fenix.settings.RadioButton
Info
Preference
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue=
"true"
android:key=
"@string/pref_key_tor_security_level_standard_option"
android:summary=
"@string/tor_security_level_standard_description"
android:title=
"@string/tor_security_level_standard_option"
/>
<org.mozilla.fenix.settings.RadioButton
Info
Preference
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue=
"false"
android:key=
"@string/pref_key_tor_security_level_safer_option"
android:summary=
"@string/tor_security_level_safer_description"
android:title=
"@string/tor_security_level_safer_option"
/>
<org.mozilla.fenix.settings.RadioButton
Info
Preference
<org.mozilla.fenix.settings.RadioButtonPreference
android:defaultValue=
"false"
android:key=
"@string/pref_key_tor_security_level_safest_option"
android:summary=
"@string/tor_security_level_safest_description"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment