在哪里/数据/数据​​文件夹的android数据、文件夹、android

2023-09-04 23:44:59 作者:那该死的温柔那该死的爱情

好,我是新来的Andr​​oid。我在什么地方约 /数据/数据​​文件夹中的Andr​​oid阅读。但无处在网络上,我发现在那里做此文件夹点。任何人都可以请解释一下?

Ok, I am new to Android. And I have read somewhere about /data/data folder in Android. But nowhere on the web I found where does this folder point to. Can anybody please explain?

推荐答案

/数据/数据​​是设备的内部存储的一部分,并在所有的应用程序都安装到。你不能浏览它直接除非你有一个根深蒂固的设备。

/data/data is a part of your device's internal storage, and where all apps are installed to. You cannot browse it directly unless you have a rooted device.

至于在那里它指向,它简单地指向内部存储器的一部分。

As for where it points to, it simply points to a part of your internal storage.