Loading services/core/java/com/android/server/pm/PackageInstallerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -912,10 +912,12 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements if (session == null || !isCallingUidOwner(session)) { throw new SecurityException("Caller has no access to session " + sessionId); } if (!appLabel.equals(session.params.appLabel)) { session.params.appLabel = appLabel; mInternalCallback.onSessionBadgingChanged(session); } } } @Override public void abandonSession(int sessionId) { Loading Loading
services/core/java/com/android/server/pm/PackageInstallerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -912,10 +912,12 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements if (session == null || !isCallingUidOwner(session)) { throw new SecurityException("Caller has no access to session " + sessionId); } if (!appLabel.equals(session.params.appLabel)) { session.params.appLabel = appLabel; mInternalCallback.onSessionBadgingChanged(session); } } } @Override public void abandonSession(int sessionId) { Loading