替换数据
This commit is contained in:
parent
d8fe44770a
commit
0f476968d4
@ -10,15 +10,14 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities=".J_FileProvider"
|
||||
android:name=".VersionUpgradeFileProvider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
android:grantUriPermissions="true"
|
||||
android:exported="false">
|
||||
<!-- 元数据 -->
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/j_rn_a_vu_file_path"
|
||||
tools:replace="android:resource"/>
|
||||
android:resource="@xml/j_rn_a_vu_file_path"/>
|
||||
</provider>
|
||||
</application>
|
||||
</manifest>
|
@ -1,6 +0,0 @@
|
||||
package top.jerryyan.RN.A.VersionUpgrade;
|
||||
|
||||
import androidx.core.content.FileProvider;
|
||||
|
||||
public class J_FileProvider extends FileProvider {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package top.jerryyan.RN.A.VersionUpgrade;
|
||||
|
||||
public class VersionUpgradeFileProvider extends androidx.core.content.FileProvider {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user