1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 23:36:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Rename file_paths.xml to avoid overwrite

This commit is contained in:
sunnylqm
2020-11-03 15:52:59 +08:00
parent ec8c475c54
commit e3081a02db
4 changed files with 11 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
android:resource="@xml/pushy_file_paths" />
</provider>
</application>
</manifest>