新增聊天消息提醒

This commit is contained in:
2024-10-11 16:51:51 +08:00
parent 36739b1615
commit 81f90db1b1
15 changed files with 414 additions and 105 deletions

View File

@@ -37,9 +37,9 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:label="@string/app_name"
android:theme="@style/Theme.RiderPro">
android:theme="@style/Theme.RiderPro"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -69,6 +69,9 @@
<action android:name="cn.jiguang.user.service.action" />
</intent-filter>
</service>
<service
android:name=".TrtcService"
android:exported="false" />
<receiver
android:name=".JpushReciver"