|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- package="org.yczbj.ycvideoplayer">
|
|
|
+ package="org.yc.ycvideoplayer">
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
|
@@ -9,7 +9,7 @@
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
|
|
|
|
<application
|
|
|
- android:name=".BaseApplication"
|
|
|
+ android:name="com.yc.ycvideoplayer.BaseApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
@@ -18,7 +18,7 @@
|
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
|
android:theme="@style/AppTheme"
|
|
|
tools:ignore="GoogleAppIndexingWarning">
|
|
|
- <activity android:name=".MainActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.activity.TypeActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait">
|
|
|
<intent-filter>
|
|
@@ -29,92 +29,92 @@
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
- <activity android:name=".oldPlayer.TestTinyActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestTinyActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestClarityActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestClarityActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestRecyclerActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestRecyclerActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestFragmentActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestFragmentActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestEightVideoActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestEightVideoActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.list.TestListActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.list.TestListActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestWindowActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestWindowActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestNormalActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestNormalActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.tiny.TestFullActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.tiny.TestFullActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestSavePosActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestSavePosActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.surface.TestSurfaceActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.surface.TestSurfaceActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.activity.TypeActivity"
|
|
|
+<!-- <activity android:name="com.yc.ycvideoplayer.newPlayer.activity.TypeActivity"-->
|
|
|
+<!-- android:configChanges="orientation|keyboardHidden|screenSize"-->
|
|
|
+<!-- android:screenOrientation="portrait"/>-->
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.activity.NormalActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.activity.NormalActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.activity.MultipleActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.activity.MultipleActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.tiktok.TikTok2Activity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.tiktok.TikTok2Activity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.tiktok.TikTok1Activity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.tiktok.TikTok1Activity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.TestFullActivity2"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.TestFullActivity2"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.danmu.DanmuActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.danmu.DanmuActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.ad.AdActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.ad.AdActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.list.ContinuousVideoActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.list.ContinuousVideoActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.clarity.ClarityActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.clarity.ClarityActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.tiny.TinyScreenActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".newPlayer.tiny.TinyScreenActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.oldPlayer.OldActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".oldPlayer.OldActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.pip.PipActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="org.yczbj.ycvideoplayer.newPlayer.pip.PipActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.newPlayer.pip.PipListActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="org.yczbj.ycvideoplayer.newPlayer.pip.PipListActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.demo.DemoActivity"/>
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.demo.IjkActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".demo.DemoActivity"/>
|
|
|
- <activity android:name=".demo.IjkActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.demo.MediaActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".demo.MediaActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.demo.MediaActivity2"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".demo.MediaActivity2"
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".demo.ExoActivity"
|
|
|
+ <activity android:name="com.yc.ycvideoplayer.demo.ExoActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
</application>
|