Can System App access /data/data of other apps

萝らか妹 提交于 2019-12-24 14:39:33

问题


I am developing an app for the custom device. My app run from /system/priv-apps

I need to access /data/data for other apps to give a cloud backup functionality.

While searching I came across "android.permission.CONFIRM_FULL_BACKUP" permission but I couldn't find a way to get the content of that particular "/data/data/pkg_name".

I don't think that system apps have su permission so I can't call cp -R src dest

Can anyone tell me regarding this?

来源:https://stackoverflow.com/questions/49463327/can-system-app-access-data-data-of-other-apps

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!