How to use support FileProvider for sharing content to other apps?
问题 I\'m looking for a way to correctly share (not OPEN) an internal file with external application using Android Support library\'s FileProvider. Following the example on the docs, <provider android:name=\"android.support.v4.content.FileProvider\" android:authorities=\"com.example.android.supportv4.my_files\" android:grantUriPermissions=\"true\" android:exported=\"false\"> <meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/my_paths\" /> </provider> and using