tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

secret_settings.xml (1131B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
      6    <androidx.preference.SwitchPreference
      7        android:defaultValue="false"
      8        android:key="@string/pref_key_use_nimbus_preview"
      9        android:layout="@layout/focus_preference_no_icon"
     10        android:title="@string/preference_use_nimbus_preview" />
     11 
     12    <androidx.preference.SwitchPreference
     13        android:key="@string/pref_key_remote_server_prod"
     14        android:layout="@layout/focus_preference_no_icon"
     15        android:title="@string/preferences_debug_settings_remote_settings_server"
     16        />
     17 
     18    <androidx.preference.SwitchPreference
     19        android:key="@string/pref_key_use_remote_search_configuration"
     20        android:layout="@layout/focus_preference_no_icon"
     21        android:title="@string/preferences_debug_settings_remote_search_configuration"
     22        />
     23 </PreferenceScreen>