summaryrefslogtreecommitdiff
path: root/checkperms.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-21 14:31:10 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-21 14:31:10 -0400
commit02380f39ae23045318556ed975809adbd0160fe0 (patch)
treec0dd009210543b224c781da5c94644f71d0783fa /checkperms.sh
parentb28028ac4082842143b0f528d6bc539da6ccb419 (diff)
added other files, also fixed xwalk
Diffstat (limited to 'checkperms.sh')
-rwxr-xr-xcheckperms.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/checkperms.sh b/checkperms.sh
new file mode 100755
index 00000000..b5f92c5b
--- /dev/null
+++ b/checkperms.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+if [ -z "$1" ]; then
+ FILE="platforms/android/build/outputs/apk/android-debug.apk"
+else
+ FILE="$1"
+fi
+echo "*** Permissions for $FILE ***"
+`echo $ANDROID_HOME`/build-tools/23.0.1/aapt d permissions $FILE