Add Android command shell

This commit is contained in:
chteufleur 2015-10-02 14:24:49 +02:00
parent 4a86bee82a
commit 5050760b4e
1 changed files with 7 additions and 0 deletions

7
Android/installAPK.pl Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Installation/Mise a jour d'un apk
pm install -r /mnt/sdcard/MyApp.apk
# Lancement d'une appli
am start -n fr.my.app/.LaunchActivity