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

Commit 7851e175 authored by Yan Wang's avatar Yan Wang
Browse files

Add a method in IPackageManagerNative to get all package names.

Bug: 137785555
Test: A toy program to print packages.
Change-Id: I966969cf1f81281bf57420bf47dcb45876b6688c
parent 5a377dd1
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();
}