Use RUN_COMMAND intent using adb, requires permission, how do I grant one?
I am using
adb
to invoke a command in termux
I get this error Error: Requires permission com.termux.permission.RUN_COMMAND
Kindly I need some help here, thanks!3 Replies
be sure to have allow-external-apps=true in your termux config file
uncommented that like and temux-reload-settings + force killed
still having the same problem
is adb is considered as an app to termux?
weird
maybe cause you are invoking it on a device via adb
mh
maybe you need root to do that donno
i guess you'll have to wait to see if someone who tested that already respond