DocumentFile.fromSingleUri() and getName() ,if i use this can i able to get the file name in andorid 6 , i am facing this issue in android 6,is there any solution to get file name of downloaded file using content resolver?
Asked
Active
Viewed 62 times
1
-
`DocumentFile` is from the support library. Current versions work back to API Level 15. – CommonsWare Sep 08 '17 at 14:35