Hi, all.
I formed preference view using XML codes..
in here, I wonder that how can I show other View at click this item
using <intent> tag.
if not available, could you give me some advice about this...
I want to implement using XML tag
<PreferenceScreen
android:id="@+id/category_list_preference"
android:title="@string/title_category_preference"
android:summary="@string/explain_category_preference">
<intent
android:action="android.intent.action.VIEW"
android:data="android.app.MoneyAgent" />
</PreferenceScreen>