Launch apps on your android phone remotely using a web browser.

Latest Version

Version
Update
Sep 28, 2018
Developer
Category
Installs
100+

App APKs

Remote App Launch SE APP

Launch apps on your android phone remotely using HTTP GET requests.

This is a special version of Remote App Launch without the need to add each app manually : all installed app on your device can be started immediatly.

For example, to launch firefox, use your browser to request : http://yourPhoneIP:8888/start/org.mozilla.firefox

The app need to be requested by its package name (RemoteAppLaunchSE will show the package name of each app on your phone, don't worry).

To stop the app remotely, you just need to switch from "start" to "stop" in the URL : http://yourPhoneIP:8888/stop/org.mozilla.firefox

Be aware that android doesn't allow a foreground app to be killed, only background processes. If you remotely launch an app that stays in foreground, it can't be killed remotely by Remote App Launch SE.

You can secure the app 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
Read more

Advertisement