Discover

Topics

Remote App Launch SE

Remote App Launch SE APK

Remote App Launch SE APK

1.1 Freedentier ⇣ Download APK (1.27 MB)

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

What's Remote App Launch SE APK?

Remote App Launch SE is a app for Android, It's developed by dentier author.
First released on google play in 5 years ago and latest version released in 2 years ago.
This app has 235 download times on Google play
This product is an app in Tools category. More infomartion of Remote App Launch SE on google play
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