tranquvis / SimpleSmsRemote

Android app for remotely controlling a phone through sms messages
MIT License
129 stars 37 forks source link

Add module "Wipe all data" #29

Open vsudakov opened 6 years ago

vsudakov commented 6 years ago

In case if device is lost - this is worth to try to erase all data on that by sending SMS.

larcenou commented 5 years ago

+1 for remote factory reset

cyrpaut commented 5 years ago

Hello,

I strongly support this feature request.

Recently Play store made some changes in their policy and SMS control apps having admin rights are being removed. Therefore SMS triggered killswitch applications are disappearing and the one still there are of poor quality.

Your aplication is of great quality. RC have the strong potential to become the first class F-droid anti theft application. It just miss this feature.

I would really like to have it in my pocket.

tranquvis commented 3 years ago

Just checked, if this is possible. Android provides the Device Admin Api, which has a method wipeData. This should exactly do what you want. And luckily the needed interfaces are not removed in Android 10 😄 (see https://developers.google.com/android/work/device-admin-deprecation).

I don't have any experience with this Device Admin Api yet, hope this isn't that complicated. In my opinion this is one of the most important feature requests.