mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-05 12:53:28 +00:00
Update AndroidManifest.xml
This commit is contained in:
parent
063355ef3b
commit
a496e6cceb
|
@ -94,6 +94,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<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_paths" />
|
||||
</provider>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue