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

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

Merge "Add a method in IPackageManagerNative to get all package names."

parents eb845261 7851e175
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -87,4 +87,7 @@ interface IPackageManagerNative {
     * package.
     */
    @utf8InCpp String getModuleMetadataPackageName();

    /* Returns the names of all packages. */
    @utf8InCpp String[] getAllPackages();
}