Open qabbas72 opened 4 years ago
I am facing issue while accessing camera
Couldn't find meta-data for provider with authority ${applicationId}.fileprovider
<provider android:name="androidx.core.content.FileProvider" android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths" /> </provider>
file_provider_paths:
In App Class
ChiliPhotoPicker.INSTANCE.init(new GlideImageLoader(), BuildConfig.APPLICATION_ID+".fileprovider");
I am facing issue while accessing camera
Couldn't find meta-data for provider with authority ${applicationId}.fileprovider
file_provider_paths:
In App Class
ChiliPhotoPicker.INSTANCE.init(new GlideImageLoader(), BuildConfig.APPLICATION_ID+".fileprovider");