所以我目前正在研究这个主题,并且有疑问:
如果用户没有sdCard,会发生什么?该程序将无法在外部存储器上保存数据?
用户可以访问内部存储器中保存的数据吗?
此外,外部存储可以以什么形式出现?
每个都有特别的限制吗?
答案 0 :(得分:1)
内部存储是指只能由您的应用访问的存储。所有应用都可以访问外部存储。更多信息here。还要注意Android Q check out this article
带来的变化我认为没有App本身或拥有根设备的用户都无法访问它。
关于没有SD卡this explains it.的设备的问题,基本上没有SD卡就可以存在外部存储,并且"built-in storage in a device that is distinct from the protected internal storage and can be mounted as a filesystem on a computer."