Is it possible to run code to uninstall my specific applications? I have found it how to do it on Android Studio but how would I go on doing it in RAD studio?
Process process = Runtime.getRuntime().exec("uninstall com.whatsapp");
BufferedReader bufferedReader = new BufferedReader(
new InputStreamReader(process.getInputStream()));
This is used in a Company device, so I need to be able to uninstall this.