Is there a way to start my app when the phone turns on?
And can the speech recognition recognize if the app is running in the background???
Thank you
| app.SetAutoBoot(TrueFalse) | Calling app.SetAutoBoot( true ) method will cause DroidScript be started automatically when your phone boots. The method will also work in your own apps if you build APKs. |
I wanted to make a kind of assistant app that can work in the background.
Can you give me a sample of the speech recognition in the background??
Thanks :)
Thanks and taken into consideration.
Vish