Files
brave-core/android/java/res/xml/developer_preferences.xml
T

28 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2020 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<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.settings.developer.TracingSettings"
android:key="tracing"
android:title="Tracing" />
<org.chromium.chrome.browser.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 Brave version in &quot;Settings > About Brave&quot; multiple times."
app:allowDividerAbove="false"
app:allowDividerBelow="false" />
<Preference
android:fragment="org.chromium.chrome.browser.settings.developer.BraveQAPreferences"
android:key="qa_preferences"
android:title="QA Preferences"/>
</PreferenceScreen>