11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" net.ypresto.androidtranscoder.example" >
3+ package =" net.ypresto.androidtranscoder.example" >
44
5- <uses-permission
6- android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
7- android : maxSdkVersion =" 18" />
5+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
86
9- <application
10- android : allowBackup =" true"
11- android : icon =" @drawable/ic_launcher"
12- android : label =" @string/app_name"
13- android : theme =" @style/AppTheme" >
14- <activity
15- android : name =" .TranscoderActivity"
16- android : label =" @string/app_name" >
17- <intent-filter >
18- <action android : name =" android.intent.action.MAIN" />
7+ <application
8+ android : allowBackup =" true"
9+ android : icon =" @drawable/ic_launcher"
10+ android : label =" @string/app_name"
11+ android : theme =" @style/AppTheme" >
12+ <activity
13+ android : name =" .TranscoderActivity"
14+ android : label =" @string/app_name" >
15+ <intent-filter >
16+ <action android : name =" android.intent.action.MAIN" />
17+ <category android : name =" android.intent.category.LAUNCHER" />
18+ </intent-filter >
19+ </activity >
1920
20- <category android : name =" android.intent.category.LAUNCHER" />
21- </intent-filter >
22- </activity >
21+ <provider
22+ android : name =" android.support.v4.content.FileProvider"
23+ android : authorities =" net.ypresto.androidtranscoder.example.fileprovider"
24+ android : exported =" false"
25+ android : grantUriPermissions =" true" >
26+ <meta-data
27+ android : name =" android.support.FILE_PROVIDER_PATHS"
28+ android : resource =" @xml/file_paths" />
29+ </provider >
2330
24- <provider
25- android : name =" android.support.v4.content.FileProvider"
26- android : authorities =" net.ypresto.androidtranscoder.example.fileprovider"
27- android : exported =" false"
28- android : grantUriPermissions =" true" >
29- <meta-data
30- android : name =" android.support.FILE_PROVIDER_PATHS"
31- android : resource =" @xml/file_paths" />
32- </provider >
33- </application >
31+ </application >
3432
35- </manifest >
33+ </manifest >
0 commit comments