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

Commit 124516f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[piav2] Remove an invalid check." into main

parents e2f574dd eeb9b56a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ class InstallRepository(private val context: Context) {

        callingPackage = callerInfo.packageName

        if (callingPackage == null && sessionId != SessionInfo.INVALID_ID) {
        if (sessionId != SessionInfo.INVALID_ID) {
            val sessionInfo: SessionInfo? = packageInstaller.getSessionInfo(sessionId)
            callingPackage = sessionInfo?.getInstallerPackageName()
            callingAttributionTag = sessionInfo?.getInstallerAttributionTag()