[android-developers] How to go to suspend state after timeout like windows mobile in Android system?

2009-06-28 Thread iou200...@gmail.com
Does PowerManager.goToSleep can implement it? But i try it ,it is failed! Any one know it? Thanks a lot! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How should I call an application from another application?

2009-05-22 Thread iou200...@gmail.com
As the subject ,I want to know How should I call an application from another application?Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How run a apk in the app

2009-05-22 Thread iou200...@gmail.com
I want to know ,too. On May 6, 9:11 pm, ainilife ainil...@gmail.com wrote: hi all:     i want to download aapkfile from my server and run this application in my app. is this possible? if it can , please post some sample code. thank you all.

[android-developers] How should I use BatteryManager to get battery states?

2009-05-21 Thread iou200...@gmail.com
I want to get the battery states by BatteryMangager and BroadReceiver. I can get Intent.ACTION_BATTERY_CHANGED event,but I don’t know how to process other action such as BatteryManager.BATTERY_PLUGGED_AC and so on. Who can give me advice ,thanks a lot.