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
Bypassed Storage Permission Check for Shared Images (#6543)
* Bypassed Storage Perms Check for External Share
The share intent provides files via content uris with temporary read permissions, so we do not need to obtain storage permissions
* Removed Unnecessary Local Variable
* Moved Bypass to the Start of checkStoragePermissions()
* Removed Duplicate Check in receiveSharedItems
---------
Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com>
0 commit comments