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

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

Merge "Adds @NonNull to getChildSessionIds"

parents fac8c40b b00bd621
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11438,7 +11438,7 @@ package android.content.pm {
    method @Nullable public android.graphics.Bitmap getAppIcon();
    method @Nullable public CharSequence getAppLabel();
    method @Nullable public String getAppPackageName();
    method public int[] getChildSessionIds();
    method @NonNull public int[] getChildSessionIds();
    method public int getInstallLocation();
    method public int getInstallReason();
    method @Nullable public String getInstallerPackageName();
+1 −0
Original line number Diff line number Diff line
@@ -2166,6 +2166,7 @@ public class PackageInstaller {
         * Returns the set of session IDs that will be committed when this session is commited if
         * this session is a multi-package session.
         */
        @NonNull
        public int[] getChildSessionIds() {
            return childSessionIds;
        }