调整文件结构

This commit is contained in:
zher52 2021-12-26 20:05:24 +08:00
parent a291e16f79
commit b9be9b2451

View File

@ -139,7 +139,7 @@
<platform name="android">
<config-file target="config.xml" parent="/*">
<feature name="Trtc">
<param name="android-package" value="com.chuwa.cordova.trtc.TrtcPlugin"/>
<param name="android-package" value="com.tencent.trtc.TrtcPlugin"/>
<!-- <param name="onload" value="true" /> -->
</feature>
</config-file>
@ -235,11 +235,7 @@
<resource-file src="src/android/res/values/styles.xml" target="res/values/trtc-styles.xml"/>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:name="com.chuwa.cordova.trtc.CreateActivity" android:launchMode="singleTask" android:screenOrientation="portrait">
</activity>
<activity android:name="com.chuwa.cordova.trtc.RoomActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait">
</activity>
<activity android:name="android.java.com.example.basic.TRTCBaseActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait">
<activity android:name="com.tencent.trtc.TRTCBaseActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait">
</activity>
<activity android:name="com.tencent.trtc.videocall.VideoCallingActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait" android:theme="@style/AppTheme">
</activity>
@ -247,7 +243,7 @@
</activity>
</config-file>
<source-file src="src/android/java/com/tencent/trtc/TrtcPlugin.java" target-dir="com/tencent/trtcc"/>
<source-file src="src/android/java/com/tencent/trtc/TrtcPlugin.java" target-dir="com/tencent/trtc"/>
<source-file src="src/android/java/com/tencent/trtc/TRTCBaseActivity.java" target-dir="com/tencent/trtc"/>
<source-file src="src/android/java/com/tencent/trtc/MessageObject.java" target-dir="com/tencent/trtc"/>
<source-file src="src/android/java/com/tencent/trtc/CustomVideoView.java" target-dir="com/tencent/trtc"/>