Hi,
In my tablet whenever i select the checkbox option for cell phone tethering iam observing below line in my Eclipse logcat
07-09 07:28:18.279: INFO/ActivityManager(940): Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.tether.Tether }
I want to use this one in my application.Is it possible to use this component or can i see inbuilt application methods in my Application like API methods after including that component?Please give me sample code on this