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

Commit b8ecdd55 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

getStagedApexInfo() returns @nullable am: d9d809be am: c1a314a1 am: bd6e3c14

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1844834

Change-Id: I7f42ac9f6525fd3998221434e3190b4ab6b7efdb
parents 9d2a02f1 bd6e3c14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,5 +144,5 @@ interface IPackageManagerNative {
     * Get information of APEX which is staged ready for installation.
     * Returns null if no such APEX is found.
     */
    StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName);
    @nullable StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName);
}