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

Commit 2fe7dee1 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Describe paramter to PackageInstaller.Session#commit

Test: Built
Change-Id: I4c20b54070ba5345e0c95429fbf0700fe9b2f7d2
Fixes: 115609562
parent beb077d9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -960,6 +960,10 @@ public class PackageInstaller {
         * If the installer is the device owner or the affiliated profile owner, there will be no
         * user intervention.
         *
         * @param statusReceiver Called when the state of the session changes. Intents
         *                       sent to this receiver contain {@link #EXTRA_STATUS}. Refer to the
         *                       individual status codes on how to handle them.
         *
         * @throws SecurityException if streams opened through
         *             {@link #openWrite(String, long, long)} are still open.
         *
@@ -986,7 +990,9 @@ public class PackageInstaller {
         * that new properties are added to the session with a new API revision. In this case the
         * callers need to be updated.
         *
         * @param statusReceiver Callbacks called when the state of the session changes.
         * @param statusReceiver Called when the state of the session changes. Intents
         *                       sent to this receiver contain {@link #EXTRA_STATUS}. Refer to the
         *                       individual status codes on how to handle them.
         *
         * @hide
         */