Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml

Issue 29572644: Noissue - Lint adjustments
Patch Set: Removing shared prefs editor commit() to apply() change Created Oct. 12, 2017, 9:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
===================================================================
--- a/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:gecko="http://schemas.android.com/apk/res-auto"
android:title="@string/pref_category_privacy_short" >
<!-- keys prefixed with "android.not_a_preference." are not synced with Gecko -->
<org.adblockplus.browser.AbpCheckBoxPreference android:key="android.not_a_preference.adblockbrowser.apiAcceptableAdsEnabled"
android:title="@string/abb_pref_acceptable_ads"
android:defaultValue="true"
android:persistent="false"
android:enabled="false" />

Powered by Google App Engine
This is Rietveld