Update AndroidManifest.xml

This commit is contained in:
xC3FFF0E 2022-03-11 19:37:25 +08:00 committed by GitHub
parent f0006daffa
commit 97cffad5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,14 +91,14 @@
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
<provider
android:authorities="com.xc3fff0e.xmanager.provider"
android:name="androidx.core.content.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>
<provider
android:authorities="com.xc3fff0e.xmanager.provider"
android:name="androidx.core.content.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>
</application>
</manifest>