Skip to content
Snippets Groups Projects
Commit d0514222 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Gerrit Code Review
Browse files

Merge "IPackageManagerNative: Add getPackageUid" into main

parents 84ebcbd0 03079c66
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,11 @@ final class PackageManagerNative extends IPackageManagerNative.Stub {
}
}
@Override
public int getPackageUid(String packageName, long flags, int userId) throws RemoteException {
return mPm.snapshotComputer().getPackageUid(packageName, flags, userId);
}
// NB: this differentiates between preloads and sideloads
@Override
public String getInstallerForPackage(String packageName) throws RemoteException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment