Add Android command shell
This commit is contained in:
parent
4a86bee82a
commit
5050760b4e
|
|
@ -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
|
||||||
Loading…
Reference in New Issue