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

Commit 52c12086 authored by TYM Tsai's avatar TYM Tsai
Browse files

Update javadoc for getNames of the package installer session

The PackageInstaller$Session#getnames() still works even though
Session has been submitted, so update the javadoc.

Bug: 300004221
Test: make
Change-Id: Ifb481a6a902ffc1f51b6413587d2324dc6c843fb
parent c167c3d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1495,8 +1495,7 @@ public class PackageInstaller {
         * This returns all names which have been previously written through
         * {@link #openWrite(String, long, long)} as part of this session.
         *
         * @throws SecurityException if called after the session has been
         *             committed or abandoned.
         * @throws SecurityException if called after the session has been abandoned.
         */
        public @NonNull String[] getNames() throws IOException {
            try {