r_upgrade icon indicating copy to clipboard operation
r_upgrade copied to clipboard

Silent upgrade

Open SnowyTusk opened this issue 2 years ago • 1 comments

Hi! Is it possible to install so that there is no Intent window call? Silent installation is required.

    await RUpgrade.upgrade(
      linkToApk,
    );

SnowyTusk avatar Apr 03 '22 21:04 SnowyTusk

Relevant API: https://developer.android.com/reference/android/content/pm/PackageInstaller.SessionParams#setRequireUserAction(int)

lunaneff avatar May 18 '22 09:05 lunaneff