如果我的应用程序的安装在SD卡上,是私人数据有太多? [英] If my app's installed on the SD card, is the private data there too?

查看:138
本文介绍了如果我的应用程序的安装在SD卡上,是私人数据有太多?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是presuming一个应用程序的私有数据,比如共享preferences和SQLite数据库,住在手机的内部存储,而不是SD卡,即使应用程序本身被安装在SD卡上。

I am presuming that an app's private data, such as SharedPreferences and SQLite databases, live on the phone's internal storage rather than the SD card, even if the app itself is installed on the SD card.

我找不到任何地方这样一个简单明确的确认。可有人请证实?

I can't find a simple explicit confirmation of this anywhere. Can someone please confirm?

推荐答案

是的,私有数据驻留在内部存储。我已经通过扎根设备上探索文件系统测试这一点。

Yes, private data reside in internal storage. I've tested this by exploring file system on rooted device.

如果应用程序是SD卡上的已安装,只有APK文件存储在卡中的一些加密的形式。所有其他应用程序的数据都在/数据/数据​​//文件夹中。

If app is "installed" on SD card, only APK file is stored on card in some encrypted form. All other app data are in /data/data// folder.

这篇关于如果我的应用程序的安装在SD卡上,是私人数据有太多?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆