This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我想构建一个导出另一个应用程序的用户数据的应用程序。数据存储在 /data/data/"name of the app package" 上。我的主要问题是如何检索该文件夹的路径以稍后将其导出/复制到外部存储器。据我所知,getFilesDir()返回包含应用程序文件的目录的路径,我自己的应用程序。但是其他应用程序数据呢?谢谢你。