summaryrefslogtreecommitdiff
path: root/checkperms.sh
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-06-01 11:29:50 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-06-01 11:29:50 -0400
commit8f5eba7828d1edf76a277c71b34da237e8c8441f (patch)
tree395a3563eee2893a9ec9ef2309839ffddeab7111 /checkperms.sh
parent3e70efa61d1567735b16183c01eaad4aa75fe9b5 (diff)
switched plugins to reduce android permissions, added cast support - but it breaks in android, will likely disable
Former-commit-id: 15807900f05d387579ade0f02081ac993f064757
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