blob: 19edad19bf515f350b9c85465b745e45f913a808 [file] [log] [blame]
<PreferenceCategory xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/launch_preferences">
<PreferenceScreen
android:title="@string/title_intent_preference"
android:summary="@string/summary_intent_preference">
<intent android:action="android.intent.action.<caret>"
android:data="data"/>
</PreferenceScreen>
</PreferenceCategory>