1<?xml version="1.0" encoding="utf-8"?>
2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3    android:title="@string/help_and_feedback_category_title">
4    <Preference
5        android:key="feedback"
6        android:title="@string/send_feedback" />
7    <Preference
8        android:key="help_center"
9        android:title="@string/launch_help"
10        android:visible="false">
11        <intent
12            android:action="com.android.settings.action.LAUNCH_HELP" />
13    </Preference>
14</PreferenceScreen>