[android-developers] Re: Android Killswitch

2009-04-22 Thread JP
Nah, won't work - mind that the app just got killed. Once the switch's been thrown it shouldn't be reversed anyhow, because you never know who got caught and who didn't. Messy - I've included the issue re: caching as additional information only. On Apr 22, 7:42 pm, Streets Of Boston wrote: >

[android-developers] Re: Android Killswitch

2009-04-22 Thread Streets Of Boston
Thanks JP! If you're worried about the cache, don't use the browser. Instead, use DefaultHttpClient/HttpURLConnection to download your HTML file from your web-site (be sure to set the DefaultHttpClient/ HttpURLConnection not to use any cache). Then show the data from this downloaded HTML file in

[android-developers] Re: Android Killswitch

2009-04-22 Thread JP
On Apr 22, 9:48 am, "auj...@gmail.com" wrote: > I am looking for any information on the Android Kill switch ? Well, AFAIK there is no Android Kill switch. Some home cooking is in order. Here's my recipe. The beauty here - you can spice it up as much as you like. As a prerequisite, you need to