I have integrated Snapchat\'s Creative Kit in my Android app. After processing, I receive an image from the server in the form of Byte Array which I am saving to the disk an
{applicationId} == com.companyName.application append ".provider"
{applicationId}
com.companyName.application
which will be == com.example.test.provider
com.example.test.provider
in xml authorities:com.example.test.provider
authorities:com.example.test.provider
in activity Uri mPath = FileProvider.getUriForFile(this, "com.example.example.provider", imageFile);
Uri mPath = FileProvider.getUriForFile(this, "com.example.example.provider", imageFile);