Android getUriForFile IllegalArgumentException

后端 未结 3 1686
天涯浪人
天涯浪人 2021-01-16 11:02

My code for sending a file with an Intent doesn\'t work with all file sources and I could not find the solution yet:

My app is registered for opening files, so when

3条回答
  •  醉梦人生
    2021-01-16 11:54

     /file/sdcard/backups/apps/NextGenEndPoint_1.0.apk. 
    

    No that is only a part of the content sheme you got. File Manager app from ASUS will deliver

     content://com.asus.filemanager.OpenFileProvider/file/sdcard/backups/apps/NextGeEndPoint_1.0.apk. 
    

    You better show your code where you determine the 'path' as now you do it wrong.

提交回复
热议问题