Skip to content

Commit 83c3c2b

Browse files
Update AndroidManifest.xml
1 parent 9b1a91c commit 83c3c2b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
<category android:name="android.intent.category.LAUNCHER" />
3838
</intent-filter>
3939
</activity>
40+
<provider
41+
android:name="androidx.core.content.FileProvider"
42+
android:authorities="${applicationId}.fileprovider"
43+
android:exported="false"
44+
android:grantUriPermissions="true">
45+
<meta-data
46+
android:name="android.support.FILE_PROVIDER_PATHS"
47+
android:resource="@xml/file_paths" />
48+
</provider>
4049

4150
<!-- Add the accessibility service configuration -->
4251
<service

0 commit comments

Comments
 (0)