If you want to do this from an XML file:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:key="@string/setting_key" android:summary="@string/setting_summary" android:title="@string/setting_title" > <intent android:action="android.settings.WIRELESS_SETTINGS"/> </PreferenceScreen>
This will show an entry in the settings that trigger the activity of the platform settings.
kingston Nov 05 '11 at 18:56 2011-11-05 18:56
source share