Android - 请求写入外部存储的权限是否会使没有外部存储选项的设备在 Play 商店中不兼容?

Android - Does requesting permission to write external storage make devices incompatible in the Play Store that do not have external storage options?

如果应用程序使用 WRITE_EXTERNAL_STORAGE 权限,则在将应用程序上传到 Google Play 商店后,没有外部存储选项(例如 SD 卡)的设备将被列为不兼容?

我们有一个使用 Nexus 7 (2012) 的用户认为我们的应用程序与他们在 Play 商店中的设备不兼容,即使他们已经超过了最小 OS。我相信 Nexus 7 (2012) 没有外部存储选项,我们的应用程序正在请求许可。这可能就是用户认为他们的设备不兼容的原因吗?

I believe the Nexus 7 (2012) has no external storage option

所有 Nexus 设备都有外部存储。所有 Android 合法随 Play 商店发货的设备都必须至少有 1GB 的外部存储空间。

devices that do not have an external storage option, such as an sd card

您正在混淆 external storage with removable storage

Could this be why the user sees their device as being incompatible?

没有