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