mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-02-23 08:00:13 -05:00
Tiny fix
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5e1521700f
commit
bbdfcdc2a2
@ -28,7 +28,7 @@ index 0b2012fa759a..827dd3a3493d 100644
|
||||
@UserIdInt int userId) {
|
||||
// userId is _not_ uid
|
||||
- int uid = mPackageManagerInternal.getPackageUid(packageName, 0, userId);
|
||||
+ int uid = mPackageManagerInternal.getPackageUidInternal( packageName, GET_PERMISSIONS, userId);
|
||||
+ int uid = mPackageManagerInternal.getPackageUid( packageName, GET_PERMISSIONS, userId);
|
||||
sendPackagePermissionsForUid(uid, getPermissionForUid(uid));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user