requireUserAction

Indicate whether user action should be required when the session is committed. By default equals to true.

Applying this option is best-effort. It takes effect only on API level >= 31 with InstallerType.SESSION_BASED installer type.

This is a delicate API. This option is unstable for use on different Android versions from different vendors. It's recommended to avoid using it on API level < 33 and on devices with modified OS package installer, most notably from Chinese vendors, unless your app is privileged for silent installs.

See also