BroadFileSystemAccess即使在package.appmanfiest中添加也无法正常工作

时间:2020-04-07 11:32:14

标签: uwp

1。我是否无法访问链接broadFileSystemAccess for UWP not working,也无法访问? 2.当我尝试将此代码添加到功能<respectability Name="broadFileSystemAccess" />中。

请提及是否有可能?

我的Windows版本构建为18362。

1 个答案:

答案 0 :(得分:0)

Johnny Westlake所述,在添加broadFileSystemAccess功能之后,您还需要在“文件系统”设置页面中手动启用广泛的文件系统。要获取设置页面,可以在设置应用程序主页中搜索文件系统关键字。

enter image description here

如果要快速访问此页面,可以使用以下方法。有关更多信息,请参阅Launch the Windows Settings app

bool result = await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-settings:privacy-broadfilesystemaccess"));