Fix for clearing cache and other private data
diff --git a/src/com/android/browser/preferences/PrivacySecurityPreferencesFragment.java b/src/com/android/browser/preferences/PrivacySecurityPreferencesFragment.java
index b021916..76c5ced 100644
--- a/src/com/android/browser/preferences/PrivacySecurityPreferencesFragment.java
+++ b/src/com/android/browser/preferences/PrivacySecurityPreferencesFragment.java
@@ -117,8 +117,9 @@
                 // between tabs
                 getActivity().setResult(Activity.RESULT_OK,
                         (new Intent()).putExtra(Intent.EXTRA_TEXT, pref.getKey()));
-                return true;
             }
+            // return true by default for all preferences
+            return true;
         }
 
         if (pref.getKey().toString().equalsIgnoreCase("enable_geolocation")) {