Open
Description
Currently when requesting another instant module using url deep linking, like so:
val intent = Intent(Intent.ACTION_VIEW, uri)
intent.setPackage(applicationContext.packageName)
intent.addCategory(Intent.CATEGORY_BROWSABLE)
startActivity(intent)
a progress bar is shown at the top of the screen in a separate activity before the target activity is opened
Is there a way to customise the downloading UI, to add a downloading text, or branding image, etc.?
Metadata
Metadata
Assignees
Labels
No labels