fileprovider2 Android - Writing exception to parcel !! MP4 파일 공유할때 발생한 에러 !! 처음 에러를 맞딱드렸을때, 경로의 문제라는것만 짐작할 수 있었다. 08-29 11:21:33.817 8431-9377/com.iofit E/DatabaseUtils: Writing exception to parcel java.lang.IllegalArgumentException: Unknown URI: content://com.iofit.database/external_files/DCIM/iofit/video_1535503745198.mp4 at com.iofit.database.IOFITContentProvider.query(IOFITContentProvider.java:385) at android.content.ContentProvider.query(Con.. 2018. 8. 29. 3/7 - #android, #webview - Android Webview Cache 삭제webView.clearCache(true);webView.clearHistory(); webView.loadUrl(authorizeURL); 참고 : https://stackoverflow.com/a/31950789/3897810 - Android PDF파일 다른앱으로 전송하기File outputFile = new File(filePath);Uri uri = FileProvider.getUriForFile(ReportActivity.this, "com.example.test.provider_paths", outputFile);// API Level 24 버전부터 특정 파일이나 폴더를 다른 앱으로 전달하려면 FileProvider 를 사용해야 한다.// Ur.. 2018. 3. 7. 이전 1 다음