Open kbaladurin opened 6 months ago
This patch fixes following issues:
Starting from Android 11 it is not possible to use Runtime.exec to execute commands that require shell permissions like am start.
am start
Engineering Android versions has su that doesn't support -c argument.
@marcbonnici please take a look!
This patch fixes following issues:
Starting from Android 11 it is not possible to use Runtime.exec to execute commands that require shell permissions like
am start
.Engineering Android versions has su that doesn't support -c argument.