🌐 website

Remote App Launch at Google Play market analyse

App power index: 100 (based on ranks around App Stores today)
Tools
Developer: dentier
Price: 0 free
Current version: , last update: 5 months ago
First release : 01 Jan 1970
App size: Bytes
4.0 ( 0 ratings )

Estimation application downloads and cost

> 2.2k
Monthly downloads
~ $ 900
Estimation App Cost


Launch apps on your android phone remotely using HTTP GET requests.For example, to launch firefox, use your browser to request : http://yourPhoneIP:8888/start/org.mozilla.firefoxThe app need to be requested by its package name (Remote App Launch will show the package name of each app on your phone, dont worry).To stop the app remotely, you just need to switch from "start" to "stop" in the URL : http://yourPhoneIP:8888/stop/org.mozilla.firefoxBe aware that android doesnt allow a foreground app to be killed, only background processes. If you remotely launch an app that stays in foreground, it cant be killed remotely by Remote App Launch.Each app you want to start remotely need to be added in a white list within RemoteAppLaunch (for security reasons). You can add one more security layer by using HTTP Authentication with a user/password needed to start/stop apps. In that case, to launch an app just use the following URL : http://username:password@yourPhoneIP:8888/start/org.mozilla.firefox