| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2018 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
| android:orderingFromXml="true"> |
| <Preference |
| android:fragment="org.chromium.chrome.browser.tracing.settings.TracingSettings" |
| android:key="tracing" |
| android:title="Tracing" /> |
| <org.chromium.components.browser_ui.settings.TextMessagePreference |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:enabled="false" |
| android:key="beta_stable_hint" |
| android:title="Hint: You can also enable Developer options on Beta/Stable channels by tapping the Chrome version in "Settings > About Chrome" multiple times." |
| app:allowDividerAbove="false" |
| app:allowDividerBelow="false" /> |
| </PreferenceScreen> |