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

Commit f98b2b0e authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

Merge "Cleans up PackageInstaller.Session docs" into qt-dev

am: 9b948e0b

Change-Id: I3ae92224197de92612aa4e8c2da0bcbdf907c293
parents fcb96546 9b948e0b
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -841,13 +841,12 @@ public class PackageInstaller {
     * installation (for example, the same split name), the APK in this session
     * will replace the existing APK.
     * <p>
     * In such a case that multiple packages need to be commited simultaneously,
     * In such a case that multiple packages need to be committed simultaneously,
     * multiple sessions can be referenced by a single multi-package session.
     * This session is created with no package name and calling
     * {@link SessionParams#setMultiPackage()} with {@code true}. The
     * individual session IDs can be added with {@link #addChildSessionId(int)}
     * and commit of the multi-package session will result in all child sessions
     * being committed atomically.
     * {@link SessionParams#setMultiPackage()}. The individual session IDs can be
     * added with {@link #addChildSessionId(int)} and commit of the multi-package
     * session will result in all child sessions being committed atomically.
     */
    public static class Session implements Closeable {
        /** {@hide} */