skip to Main Content

Android Studio – android.os.FileUriExposedException: exposed beyond app through Intent.getData() Exception , While sharing VCFile

Problem Statement I am trying to make VCardfile, and It is successfully created but, I Want to share created file Exception android.os.FileUriExposedException: file:///storage/emulated/0/vcf_demonuts/android_1633671182515.vcf exposed beyond app through Intent.getData() MY Code var vdfdirectory = File( Environment.getExternalStorageDirectory().toString() + VCF_DIRECTORY ); // have…

VIEW QUESTION
Back To Top
Search