[android-developers] Re: Remote wipe SD card Invocation Event

2011-12-09 Thread lbendlin
Anyone who is smart enough to steal a particular device for the data on the SD card is smart enough to pull the SD card out of the device, or put the device into a metal box. You are wasting your time thinking about corner cases. -- You received this message because you are subscribed to the

[android-developers] Re: Remote wipe SD card Invocation Event

2011-12-09 Thread Oli Wright
Multiple posts on the same subject aren't going to win you any friends ... -- 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@googlegroups.com To unsubscribe from this group, send email t

[android-developers] Re: Remote wipe SD card Invocation Event

2011-12-09 Thread giles ian
On Fri, Dec 9, 2011 at 1:13 PM, giles ian wrote: > Hi Everyone, > > I want to remote wipe data on sd card. I know the code of wiping the data > on SD card. What I am struggling with is how to invoke this code remotely. > > Options that i have is > > *1. Broadcast receiver for SMS.* > > Shortcomi