gecko/mobile/android/base/resources/xml/fxaccount_options.xml

19 lines
786 B
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">
<PreferenceCategory
android:title="@string/fxaccount_options_title" />
<PreferenceScreen
android:key="options"
android:title="@string/fxaccount_options_configure_title">
<intent
android:action="android.intent.action.MAIN"
android:targetPackage="@string/android_package_name_for_ui"
android:targetClass="org.mozilla.gecko.fxa.activities.FxAccountStatusActivity">
</intent>
</PreferenceScreen>
</PreferenceScreen>