diff options
author | Sven Gothel <[email protected]> | 2011-09-28 17:41:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-28 17:41:47 +0200 |
commit | cc9ab3d4e1ed2c7b9d38a9599a37abd05be36cc0 (patch) | |
tree | f654195be492f24ac73547dfa2a98ba713719bf9 /make/scripts/adb-uninstall-all.sh | |
parent | 34cc391379bf5799466774d9c2209d8f69cd10e8 (diff) |
Android: Add jogl-test manifest. APK scripts
Diffstat (limited to 'make/scripts/adb-uninstall-all.sh')
-rw-r--r-- | make/scripts/adb-uninstall-all.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-uninstall-all.sh b/make/scripts/adb-uninstall-all.sh new file mode 100644 index 000000000..db079fcf0 --- /dev/null +++ b/make/scripts/adb-uninstall-all.sh @@ -0,0 +1,4 @@ +adb uninstall com.jogamp.common +adb uninstall javax.media.opengl +adb uninstall com.jogamp.android.launcher +adb uninstall com.jogamp.opengl.test |