Re: [android-developers] Re: How to close entire app?

2011-08-14 Thread Andry Jiang
Perhaps you could try creating your own BroadcastReceiver on every Activity that will exit its Activity upon receiving broadcasted message sent from the last page when user choose to exit the app. I haven't tried it myself but I hope it gives you a clue to solve your problem. Otherwise you should

[android-developers] Re: -http-proxy not working solution

2010-04-20 Thread Andry Jiang
Sorry, already solved this issue. I replaced my emulator.exe in SDK folder using old android-1.5 SDK emulator.exe :). Now the browser can connect to the internet using proxy. Hope there is no other issue regarding this hard way solution On Tue, Apr 20, 2010 at 10:38 PM, Andry Jiang wrote: >

[android-developers] -http-proxy not working solution

2010-04-20 Thread Andry Jiang
Hi, I'm trying to get my emulator works with my HTTP proxy servers. I remember that I ever succeeded using -http-proxy option settings from Eclipse Run Configuration window when I was using android 1.5 SDK. But now when I already updated to latest SDK I cannot make my emulator to connect to intern