



Place the XML file at the workspace/resources/mobile/native/android/xml subdirectory in your mobile app project directory.You can specify the shared directories using an XML file. So, to share files with other apps, you must explicitly specify sharable directories in your app. To share directories or files with other apps is under your control. 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
