You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
The API is currently set up to consume activation only in case of explicit user rejection of the permission request. Unfortunately, this means that the rejection occurs in parallel steps and may be modifying state when it shouldn't be. This behavior is modeled after the equivalent in the Storage Access API, and we should consider updating it when/if a feature request for paused user activation goes through.