i want to make a simple anti theft app for personal use
the app must listen to the sms for commands for example wipe , beep ...
i have found anti thefts in the app store that dont use any memory because they dont run always
they only run when an sms message is received
how can i make my app only run when an sms received or an specified sms with a keyword received ?
AFAIK: sadly but you can not ensure that... The point is; the User must start the app once
If you already have an app running on the device you can listen to new installs; You can start the app from the alredy running app on that device if a specific app would be installed....