Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 Platform Uno 上写入 SD 卡?我已经设法写入普通存储,但是如何在 Android 上请求写入权限并在 SD 卡上写入?
亲切的问候, JaFu0815
Android 6.0(API level 23)之后,需要申请运行时权限和官方文档
您还可以使用 nugetpackage Plugin.Permissions来请求运行时权限(StoragePermission)
请参阅Plugin.Permissions