blob: 5639c0be9daf964db9aa29cfa4d58164c1a911b6 [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>EW"
android:data="data"/>
</PreferenceScreen>
</PreferenceCategory>