mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 22:41:46 +00:00
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- 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:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:title="@string/pref_category_devtools"
|
|
android:enabled="false">
|
|
|
|
<org.mozilla.goanna.preferences.CustomCheckBoxPreference
|
|
android:key="nglayout.debug.paint_flashing"
|
|
android:title="@string/pref_developer_paint_flashing" />
|
|
|
|
<CheckBoxPreference android:key="devtools.debugger.remote-enabled"
|
|
android:title="@string/pref_developer_remotedebugging" />
|
|
|
|
<org.mozilla.goanna.preferences.AlignRightLinkPreference android:key="android.not_a_preference.remote_debugging.link"
|
|
android:title="@string/pref_learn_more"
|
|
android:persistent="false"
|
|
url="https://developer.mozilla.org/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE" />
|
|
|
|
</PreferenceScreen>
|