StorageItemAccessList like functionality in Android

l'-'l

For windows, we have StorageItemAccessList to get a token for a file that users opens,which helps us to access the same file in future using the same token and not care if the file was moved to other location. Do we have similar support in android? My requirement is that, i am saving list of files that user opened recently and if a file is deleted/moved to other location, need FutureAccessList token kind of functionality to handle the cases.

CommonsWare

Do we have similar support in android?

No, sorry.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related