Skip to content

Commit a561821

Browse files
author
kuenzhang
committed
【Android】【demo】更新至6.9.8321版本
1 parent 3eff931 commit a561821

File tree

455 files changed

+10766
-3298
lines changed

Some content is hidden

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

455 files changed

+10766
-3298
lines changed

Android/TRTCDemo/app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ dependencies {
3333
implementation "com.android.support:design:25.+"
3434
implementation "com.android.support:appcompat-v7:25.+"
3535
implementation "com.android.support:recyclerview-v7:25.+"
36+
37+
implementation project(':trtc')
38+
implementation project(':trtcvoiceroom')
39+
implementation project(':trtcaudiocalldemo')
3640
}
-532 KB
Binary file not shown.

Android/TRTCDemo/app/src/main/AndroidManifest.xml

+2-12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<application
1919
android:name=".TRTCApplication"
20+
android:allowBackup="false"
2021
android:icon="@mipmap/ic_launcher"
2122
android:label="@string/app_name"
2223
android:supportsRtl="true"
@@ -35,16 +36,5 @@
3536
</intent-filter>
3637
</activity>
3738

38-
<activity
39-
android:name=".trtc.TRTCNewRoomActivity"
40-
android:screenOrientation="portrait"
41-
android:theme="@style/NewActivityTheme" />
42-
<activity
43-
44-
android:name=".trtc.TRTCVideoRoomActivity"
45-
android:launchMode="singleTask"
46-
android:screenOrientation="portrait"
47-
android:theme="@style/NewActivityTheme"
48-
android:windowSoftInputMode="adjustPan" />
49-
</application>
39+
</application>
5040
</manifest>

0 commit comments

Comments
 (0)