summaryrefslogtreecommitdiff
path: root/Android/adb-run.sh
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-02 16:07:23 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-02 16:07:23 +0000
commitf01eb0ec25d88451bb36c7ba070d60213b3cb8b3 (patch)
treea2a40e8f73169f7a82befc9567dcc5980670fc87 /Android/adb-run.sh
parent5c2d98a5fcfdafe2e214a27a92876759cf0caea8 (diff)
Removing obsolete Android stuff
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12693 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/adb-run.sh')
-rwxr-xr-xAndroid/adb-run.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android/adb-run.sh b/Android/adb-run.sh
deleted file mode 100755
index e28064e89..000000000
--- a/Android/adb-run.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-PATH=$(dirname $(which android))/../build-tools/21.1.1:$PATH
-pkg=$(aapt dump badging $1|awk -F" " '/package/ {print $2}'|awk -F"'" '/name=/ {print $2}')
-act=$(aapt dump badging $1|awk -F" " '/launchable-activity/ {print $2}'|awk -F"'" '/name=/ {print $2}')
-adb shell am start -n $pkg/$act
-