在平台 Uno 上写入 SD 卡

Write to SD Card on Platform Uno

我想知道如何在 Platform Uno 上写入 SD 卡? 我已经成功地写入了普通存储,但是如何在 Android 上请求写入权限并写入 SD 卡?

亲切的问候, JaFu0815

在 Android 6.0(API 23 级)之后,您应该请求 runtime permissions and the official doucument

您还可以使用 nugetpackage Plugin.Permissions 来请求运行时权限 (StoragePermission)

参考Plugin.Permissions