change default of chrome custom tabs setting to false
This commit is contained in:
parent
93fcd33c48
commit
2d390f6603
4 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/pref_title_browser_settings">
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
android:key="customTabs"
|
||||
android:title="@string/pref_title_custom_tabs" />
|
||||
</PreferenceCategory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue