From 02380f39ae23045318556ed975809adbd0160fe0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 14:31:10 -0400 Subject: added other files, also fixed xwalk --- checkperms.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 checkperms.sh (limited to 'checkperms.sh') 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 -- cgit v1.2.3