| | |
| | | package="com.example.nativecodec" >
|
| | |
|
| | | <uses-sdk
|
| | | android:minSdkVersion="21"
|
| | | android:minSdkVersion="22"
|
| | | android:targetSdkVersion="22" />
|
| | |
|
| | | <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" />
|
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
| | |
|
| | | <application
|
| | | android:allowBackup="false"
|
| | | android:fullBackupContent="false"
|
| | | android:icon="@mipmap/ic_launcher"
|
| | | android:label="@string/app_name" >
|
| | | <activity
|