How to add Pictureslibrary access toggle-switch in Settings/Apps/App-Info

Jos Huybrighs 136 Reputation points
2023-04-11T07:10:00.8633333+00:00

I have a UWP/DesktopBridge app in the Microsoft Store that has the Pictureslibrary capability in its manifest file. When I open Windows Settings / Privacy / Installed Apps and then open Advanced Options for my app I don't see any possibility for the user to enable/disable the Pictures access. How can I change the manifest file or apply some code to allow the user to see the toggle switch? The reason I am asking is because some users report that on Windows 11, although the capability is set in the manifest file, access to the pictures libary is not allowed. I.e. the following generates an exception: var library = await StorageLibrary.GetLibraryAsync(KnownLibraryId.Pictures);

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Jos Huybrighs 336 Reputation points
    2023-05-23T06:35:34.6433333+00:00

    Problem doesn’t seem to occur anymore.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.