blob: 8c43fa0de9471a791801ce885bf08203f63c7134 [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.VIEW"
android:data="data"/>
</PreferenceScreen>
</PreferenceCategory>