SessionInstaller: Keep original application enabled setting

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-09-11 17:18:35 +05:30
parent 6af927276d
commit 38b9794919

View File

@@ -221,6 +221,7 @@ class SessionInstaller @Inject constructor(
if (isUAndAbove()) {
setInstallerPackageName(context.packageName)
setRequestUpdateOwnership(true)
setApplicationEnabledSettingPersistent()
}
}
}