Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6849b27 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add the implementation of get all packages in IPackageManagerNative.aidl."

parents 7a2b81b7 6663c87f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22756,6 +22756,11 @@ public class PackageManagerService extends IPackageManager.Stub
    }
    private class PackageManagerNative extends IPackageManagerNative.Stub {
        @Override
        public String[] getAllPackages() {
            return PackageManagerService.this.getAllPackages().toArray(new String[0]);
        }
        @Override
        public String[] getNamesForUids(int[] uids) throws RemoteException {
            final String[] results = PackageManagerService.this.getNamesForUids(uids);