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

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

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

getStagedApexInfo() returns @nullable am: d9d809be am: c1a314a1 am: bd6e3c14 am: b8ecdd55 am: 8e871f82

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

Change-Id: I4f58dce47b8a99784f3568ff805b08025c05269e
parents c9aca92b 8e871f82
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);
}