DEV Community

Discussion on: Adding Splash Screen to Trusted Web Activity with Android’s FileProvider

Collapse
 
wesleywaihk profile image
wesleywaihk

in the provider tag, android.support.v4.content.FileProvider is now deprecated.

We may use androidx.core.content.FileProvider instead

ref: stackoverflow.com/questions/485342...