Getting FileNotFoundException while capturing photo from Camera
问题 I am using FileProvider.getUriForFile with given provider_paths.xml file. I am doing something wrong which I am not getting. <?xml version="1.0" encoding="utf-8"?> <paths xmlns:android="http://schemas.android.com/apk/res/android"> <external-path name="StrengGeheim" path="."/> </paths> This I added in my AndroidManifest.xml inside tag: <provider android:name="android.support.v4.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android