

Note: If your Android app is for tablet, place the file at the workspace/resources/tablet/native/android/xml subdirectory.

Kony platform does not share any directory of an app by default due to security concerns. Specifying the Sharable Directories in the XML file

Create or copy the sharable files to the shared directory.Specify the FileProvider in the Manifest Properties.Specify the sharable directories in the XML file.To share a file from your app with other apps So, you need to make your app generate content URIs of files that you want to share with other apps. Generally, in Android, file sharing from one app with another app happens in the form of content URI. Sharing Files in Android with other Apps in the Device
