Change Location of data in Android APK file

166 views Asked by At

I've an apk decompiled using apktool, I want to change data location of this apk file from data/data to internal /storage/emulated/0.

Please inform which file needs to be edited for this in my decompiled apk. In short, I'm trying to decompile and edit an apk using apktool and want to change the location from /data/data/.. or /data/user/0 or wherever current apk stores data to an accessible location (either internal or external) so that I can access them with tools like 'Total Commander' or 'X-plore File manager'

Change Location of data of Android app to an accessible location.

0

There are 0 answers