Skip to content

Commit

Permalink
feat:删除华为和Vivo的推送配置
Browse files Browse the repository at this point in the history
  • Loading branch information
netease-george committed Nov 15, 2023
1 parent a9b53d5 commit cd46da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 99 deletions.
96 changes: 0 additions & 96 deletions im_demo/android/app/agconnect-services.json

This file was deleted.

6 changes: 3 additions & 3 deletions im_demo/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@
android:exported="false"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>

<!-- todo Vivo 推送配置-->
<meta-data
android:name="com.vivo.push.api_key"
android:value="496dab64d277a004ac9f5d8b0f53f951"/>
android:value="yourVivoPushApiKey"/>
<meta-data
android:name="com.vivo.push.app_id"
android:value="105579057"/>
android:value="yourVivoPushAppId"/>

<receiver android:name="com.netease.nimlib.mixpush.vivo.VivoPushReceiver"
android:exported="true">
Expand Down

0 comments on commit cd46da6

Please sign in to comment.