|
|
@ -1,5 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
package="com.frank.ffmpeg"> |
|
|
|
package="com.frank.ffmpeg"> |
|
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
@ -14,6 +15,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<application |
|
|
|
<application |
|
|
|
android:name=".FFmpegApplication" |
|
|
|
android:name=".FFmpegApplication" |
|
|
|
|
|
|
|
tools:replace="android:name" |
|
|
|
android:allowBackup="true" |
|
|
|
android:allowBackup="true" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:label="@string/app_name" |
|
|
|