r_upgrade
r_upgrade copied to clipboard
Silent upgrade
Hi! Is it possible to install so that there is no Intent window call? Silent installation is required.
await RUpgrade.upgrade(
linkToApk,
);
Relevant API: https://developer.android.com/reference/android/content/pm/PackageInstaller.SessionParams#setRequireUserAction(int)