初始化1v1语聊项目

This commit is contained in:
2023-09-27 14:37:28 +08:00
parent d74d8d7e2f
commit 93acf4c8c6
68 changed files with 7183 additions and 9 deletions

View File

@@ -186,6 +186,15 @@
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
</intent-filter>
</service>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.pdlive.shayu.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<!-- <meta-data-->
<!-- android:name="com.huawei.hms.client.appid"-->
<!-- android:value="106936673"/>-->