The subprocess library was found to have no corresponding permissions when calling ifconfig and other commands in the Android environment #3119
Answered
by
mhsmith
mymane1433223
asked this question in
Q&A
|
The subprocess library was found to have no corresponding permissions when calling ifconfig and other commands in the Android environment |
Answered by
mhsmith
Jan 24, 2025
Replies: 1 comment 2 replies
There probably isn't any permission which will allow an app to run What are you actually trying to achieve here? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Unfortunately Android apps aren't usually allowed to run administrative commands, even in a read only mode.