This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#Author - Nitesh Tiwari | |
#Github - https://github.com/nitiwari-dev | |
#add your package_name | |
PACKAGE=com.coderconsole | |
#create array with all the permission you need to enabled | |
PKG_ARRAY='android.permission.CALL_PHONE | |
android.permission.GET_ACCOUNTS |