add videoplay

This commit is contained in:
lixiaopeng
2020-01-05 16:05:17 +08:00
parent 22ee937899
commit 9b48c2f027
18 changed files with 833 additions and 15 deletions

View File

@@ -1,2 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.tanlu" />
package="com.mogo.tanlu">
<application>
<activity
android:name=".video.FullMediaActivity"
android:hardwareAccelerated="true">
</activity>
</application>
</manifest>