Hello My usecase entails replacing the entire inte...
# android
p
Hello My usecase entails replacing the entire internal storage of the app (backup restore functionality from a separate app with the same signature and sharedUserId). What I see on some devices is that the
data/data/app_package/lib
directory is just a symlink and I do not have write access to it to be able to modify/delete. Does anybody know why the symlink is only happening on some devices, while on others the directory contains the actual extracted libs and how could I delete/overwrite the symlinked
lib
directory?