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.firefox
The app need to be requested by its package name (Remote App Launch 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.
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
你的Android手机上运行应用程序远程使用HTTP GET请求。
例如,要启动Firefox,使用浏览器来请求:HTTP:// yourPhoneIP:8888 /开始/ org.mozilla.firefox
该应用程序需要由它的包名请求(远程应用程序启动会显示您的手机上每个应用程序的包名,不用担心)。
要远程停止的应用程序,你只需要切换从“开始”,在URL“停止”:HTTP:// yourPhoneIP:8888 /停止/ org.mozilla.firefox
请注意,Android不容许一个前台应用程序被杀害,只有后台进程。如果远程启动该停留在前台应用程序,它不能由远程遥控应用程序启动杀害。
要远程启动每个应用需要在白名单中添加内RemoteAppLaunch(出于安全原因)。您可以通过使用HTTP认证与启动/停止的应用程序需要用户名/密码添加一个安全层。在这种情况下,推出一个应用程序只需要使用以下URL:http://用户名:密码@ yourPhoneIP:8888 /开始/ org.mozilla.firefox