tor-browser

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

cookie_banner_settings.xml (764B)


      1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
      2   - License, v. 2.0. If a copy of the MPL was not distributed with this
      3   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
      5 
      6    <org.mozilla.focus.cookiebanner.CookieBannerRejectAllPreference
      7        android:defaultValue="false"
      8        android:key="@string/pref_key_cookie_banner_reject_all"
      9        android:layout="@layout/focus_preference_no_icon"
     10        android:summary="@string/cookie_banner_reject_all_option_summary"
     11        android:title="@string/cookie_banner_reject_all_option_title" />
     12 
     13 </androidx.preference.PreferenceScreen>