Android Api Below 19 Equivalent For Contentresolver Takepersistableuripermission
I use this to let the user select file, after the selection I store in shared prefs only the URI of the file. In the future the user can open this file - So I have the URI and ther
Solution 1:
What is the equivalent for this below API 19?
There is none, short of making a copy of the content as a local file within your own app.
Post a Comment for "Android Api Below 19 Equivalent For Contentresolver Takepersistableuripermission"