summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/src/main/res/xml/fxaccount_options.xml
blob: 449fc05455980f3bcc71893f29d5ceb3e072b54b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>