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

Commit 535e1acd authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Add getModuleMetadataPackageName API to PackageManagerNative binder

It will be used by dumpstate to log mainline version in the bugreport.
For more context see attached bug.

Test: builds
Bug: 131774400
Change-Id: Ie4e612d0ed29509e51ec4352c75d4f565bbf2575
parent c5c746c1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -81,4 +81,10 @@ interface IPackageManagerNative {
     * returned Status before using the result of this function.
     */
    int getTargetSdkVersionForPackage(in String packageName);

    /**
     * Returns the name of module metadata package, or empty string if device doesn't have such
     * package.
     */
    @utf8InCpp String getModuleMetadataPackageName();
}