Now I use the code follow: IPowerManager.Stub.asInterface(ServiceManager.getService (Context.POWER_SERVICE)).goToSleep(60000)
But it still does not work. On Jul 21, 9:07 am, Sansiro <[email protected]> wrote: > I know that there is a PowerManager class and a goToSleep method in > SDK > But the code follow does not work.Anybody can tell me why? > > PowerManager pm=(PowerManager)ServiceManager.getService > (Context.POWER_SERVICE); > pm.goToSleep(60000); > > BRs! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

