반응형 안드로이드 파일공유1 [Android] androidx 에서 File 공유하기, File Share androidx file share androidx 파일 공유 결과 화면입니다. app > res > xml > file_provider.xml 을 생성합니다. file_provider.xml AndroidManifest.xml app > manifests > AndroidManifest.xml 에 부분을 추가합니다. 사용( Activity 에서 ) File extRoot = getExternalFilesDir(null); String someFile = "/test/some.xls"; File xlsFile = new File(extRoot, someFile); Intent shareIntent = new Intent(Intent.ACTION_SEND); shareIntent.setType("appli.. 2020. 3. 3. 이전 1 다음 728x90 반응형