Currently in my app i would like to implement both the IMMIDIATE and FLEXIBLE flow for updates. What is the process of setting a new update as IMMEDIATE or FLEXIBLE? Or more precisely is there an option in playstore for doing this? Because currently both
isUpdateTypeAllowed(AppUpdateType.FLEXIBLE)
isUpdateTypeAllowed(AppUpdateType.IMMEDIATE)
returns true for a new update.