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
The problem here is, you use the class name .provider for authorities in manifest and use .fileprovider class name in java code.
Couldn't find meta-data for provider with authority my.package.name.fileprovider
Just rename fileprovider to provider