I’m making an app in which I want to uninstall a package of a game. I tried Shell component and KIO4 extension. After searching I found the command but when i start the command through App created by Kodular it don’t give the POP UP (Prompt) dialog for user to accept.
The command i used in SHELL and KIO4 :- am start -a android.intent.action.DELETE -d package:bin.mt.plus
But when i use this command in TERMIUS app it successfully provides user prompt.