views:

142

answers:

1

![alt text][1]Hi,

Where can i found below link

07-26 11:32:31.865: VERBOSE/MAKIService(1081): Received Broadcast:android.intent.action.START_TETHER
07-26 11:32:31.865: VERBOSE/MAKIService(1081):         DataString:null
07-26 11:32:31.865: VERBOSE/MAKIService(1081):           toString:Intent { act=android.intent.action.START_TETHER }

I need to use this one for my bluetooth tether enabling .While pressing on the power widget tether button I observed this one on my log.Where can i found MAKIService?

Atleast give me code link of Power Control Widget.This will available from Android 1.6 onwards?

A: 

This might be what you are looking for, SettingsAppWidgetProvider.java:

http://android.git.kernel.org/?p=platform/packages/apps/Settings.git;a=blob;f=src/com/android/settings/widget/SettingsAppWidgetProvider.java

Shorted: http://goo.gl/PIys

darius