I tried to remove it using Runtime.getRuntime().exec("ps clear com.android.chrome"); but it will return java.io.IOException: Cannot run program "su": error=13, Permission denied after I tried it with rooted phone but it also getting same error. after that I use File handling to remove /data/data/com.android.chrome but it also getting same error
Android version is 7.0
is it possible to do?