Correcting a bug related to Uri permissions.
Making sure that an app cannot hold a permission for a uri on another user. We were allowing apps to hold permissions for a different user, which should not be the case for privacy reasons (an app could just access apps on another profile) As a consequence some of the cross profile share intents were not working because a check for the permission returned true so we did not separately grant permissions for uris. Granting permission for uris is required for accessing the content providers across users. BUG: 15559256 Change-Id: I70765eb659151ce0c5af06075a844143c09429e8 (cherry picked from commit e55e0a1741b9258af77e23e16aa95a6d9e6a5c6f)
Loading
Please register or sign in to comment