| | |
| | |
|
| | | <uses-sdk
|
| | | android:minSdkVersion="21"
|
| | | android:targetSdkVersion="25" />
|
| | | android:targetSdkVersion="23" />
|
| | |
|
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
| | |
|
| | | <uses-feature android:glEsVersion="0x00020000" />
|
| | |
|
| | | <!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
|
| | | <uses-permission android:name="android.permission.INTERNET" />
|
| | |
|
| | | <application
|
| | | android:name="com.bsk.zhangbo.demoforbsk.base.BaseApplication"
|
| | |
| | | android:theme="@style/AppTheme" >
|
| | | <activity
|
| | | android:name="com.bsk.zhangbo.demoforbsk.ui.activity.MainActivity"
|
| | | android:screenOrientation="landscape" >
|
| | | android:screenOrientation="landscape"
|
| | | android:windowSoftInputMode="adjustPan" >
|
| | | <intent-filter>
|
| | | <action android:name="android.intent.action.MAIN" />
|
| | |
|
| | | <category android:name="android.intent.category.LAUNCHER" />
|
| | | </intent-filter>
|
| | | </activity>
|
| | | <activity
|
| | | android:name="com.bsk.zhangbo.demoforbsk.ui.activity.TestARGB8888Actiivty"
|
| | | android:screenOrientation="landscape" />
|
| | | </application>
|
| | |
|
| | | </manifest> |