Sorry but can you please make your own thread asking the question as this is off topic.
Thanks. On Jun 16, 12:00 pm, Desu Vinod Kumar <[email protected]> wrote: > HI > i need urgently > please can u help me regarding the web serviices query (nusoap) > > How to query the We service (nuSoap) in android > > please help me regarding this .... > > Thanks in advance > > On Sun, Jun 14, 2009 at 3:34 AM, Thomas Riley > <[email protected]>wrote: > > > > > > > > > I need to use a wakelock to hold the screen active while its required. > > I was recommended to use a service which I have been trying but on the > > onDestroy I am getting "wl cannot be resolved". Code below: > > > public class WakeLockService extends Service { > > > �...@override > > public IBinder onBind(Intent arg0) { > > // TODO Auto-generated method stub > > return null; > > } > > > public void onCreate() { > > PowerManager pm = (PowerManager) getSystemService > > (Context.POWER_SERVICE); > > PowerManager.WakeLock wl = pm.newWakeLock > > (PowerManager.FULL_WAKE_LOCK, "My Tag"); > > wl.acquire(); > > } > > > public void onDestroy() { > > wl.release(); > > } > > > } > > -- > Regards > ------------------- > Desu Vinod Kumar > [email protected] > 09916009493 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

