Update AndroidManifest.xml

This commit is contained in:
xC3FFF0E 2022-03-19 21:23:02 +08:00 committed by GitHub
parent 8ea333691d
commit 2773e480ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,14 +90,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
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>