blob: 0b3d3762c40460232726009cc00c7130c41b59a4 [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.VI<caret>"
android:data="data"/>
</PreferenceScreen>
</PreferenceCategory>