Skip to content

Commit b714d64

Browse files
author
whalehe
committedJun 24, 2020
TRTC 发布:7.4.9200
1 parent ef1f6b1 commit b714d64

File tree

610 files changed

+16918
-11040
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

610 files changed

+16918
-11040
lines changed
 

‎Android/TRTCScenesDemo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
1111
versionCode 5
12-
versionName "7.3.0"
12+
versionName "7.4.260"
1313

1414
multiDexEnabled true
1515
ndk {

‎Android/TRTCScenesDemo/app/src/main/AndroidManifest.xml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,31 @@
2020

2121
<!-- 【必须】消息收发service -->
2222

23-
<activity android:name=".SplashActivity">
23+
<activity android:name=".SplashActivity" android:launchMode="singleTask"
24+
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
2425
<intent-filter>
2526
<action android:name="android.intent.action.MAIN" />
2627

2728
<category android:name="android.intent.category.LAUNCHER" />
2829
</intent-filter>
30+
<intent-filter>
31+
<action android:name="android.intent.action.VIEW" />
32+
33+
<category android:name="android.intent.category.DEFAULT" />
34+
<category android:name="android.intent.category.BROWSABLE" />
35+
36+
<data android:scheme="liteav" />
37+
</intent-filter>
38+
<intent-filter>
39+
<action android:name="android.intent.action.VIEW" />
40+
41+
<category android:name="android.intent.category.DEFAULT" />
42+
<category android:name="android.intent.category.BROWSABLE" />
43+
44+
<data
45+
android:host="com.tencent.liteav.demo"
46+
android:scheme="liteav"/>
47+
</intent-filter>
2948
</activity>
3049

3150
<activity
@@ -60,26 +79,6 @@
6079
<meta-data
6180
android:name="BUGLY_ENABLE_DEBUG"
6281
android:value="true" />
63-
64-
<receiver android:name="com.tencent.imsdk.session.SessionBroadcastReceiver">
65-
<intent-filter>
66-
<action android:name="com.tencent.imsdk.session.boot" />
67-
<action android:name="android.intent.action.BOOT_COMPLETED" />
68-
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
69-
<action android:name="com.tencent.qcloud.qal.TASK_REMOVED" />
70-
</intent-filter>
71-
</receiver>
72-
<service
73-
android:name="com.tencent.imsdk.session.remote.SessionService"
74-
android:process=":network" />
75-
<service
76-
android:name="com.tencent.imsdk.session.remote.AssistService"
77-
android:process=":network" />
78-
79-
<service
80-
android:name="com.tencent.imsdk.session.remote.KeepAliveJobService"
81-
android:permission="android.permission.BIND_JOB_SERVICE"
82-
android:process=":network" />
8382
</application>
8483
<uses-feature android:name="android.hardware.camera" />
8584
<uses-feature android:name="android.hardware.camera.autofocus" />

0 commit comments

Comments
 (0)