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>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---