Loading core/java/android/content/pm/PackageInstaller.java +1 −2 Original line number Diff line number Diff line Loading @@ -1518,8 +1518,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 { Loading Loading
core/java/android/content/pm/PackageInstaller.java +1 −2 Original line number Diff line number Diff line Loading @@ -1518,8 +1518,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 { Loading