replace
This commit is contained in:
parent
273f89c89d
commit
a3395f4d41
@ -11,14 +11,14 @@
|
||||
</receiver>
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="${applicationId}.J_FileProvider"
|
||||
android:authorities=".J_FileProvider"
|
||||
android:grantUriPermissions="true"
|
||||
android:exported="false"
|
||||
tools:replace="android:authorities">
|
||||
android:exported="false">
|
||||
<!-- 元数据 -->
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/j_rn_a_vu_file_path" />
|
||||
android:resource="@xml/j_rn_a_vu_file_path"
|
||||
tools:replace="android:resource"/>
|
||||
</provider>
|
||||
</application>
|
||||
</manifest>
|
Loading…
x
Reference in New Issue
Block a user