Rename and delete folders in the "Android/data"

samsonwilliams

New member
Is there any other way to rename and delete folders in the "Android/data" path other than UI interactions?

I tried the delete option in the file operation, but my system is preventing me from authorizing macrodroid to access the "Android/data" folder,

I need to delete folder A and then rename folder B to the name of A, since the ui interaction is inefficient so I'm looking for other more convenient methods.
 

MacroDroidDev

Administrator
Staff member
Sorry but there is no way MacroDroid can access this folder for file operations. If your device is rooted you can use a shell command to do what you want but on an unrooted device this folder is not accessible.
 

Endercraft

Moderator (& bug finder :D)
There used to be a workaround before Android 12 (but it only works for apps and it was not implemented in MacroDroid), but on Android 13 and above apps just can't access them. You need to use root or ADB.
 
Top