1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:tools="http://schemas.android.com/tools"
4    package="io.flutter.plugins.imagepicker" >
5
6    <uses-sdk android:minSdkVersion="19" />
7
8    <application>
8-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:5:5-25:19
9        <provider
9-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:6:9-14:20
10            android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider"
10-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:7:13-82
11            android:authorities="${applicationId}.flutter.image_provider"
11-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:8:13-74
12            android:exported="false"
12-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:9:13-37
13            android:grantUriPermissions="true" >
13-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:10:13-47
14            <meta-data
14-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:11:13-13:75
15                android:name="android.support.FILE_PROVIDER_PATHS"
15-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:12:17-67
16                android:resource="@xml/flutter_image_picker_file_paths" />
16-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:13:17-72
17        </provider>
18        <!-- Trigger Google Play services to install the backported photo picker module. -->
19        <service
19-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:16:9-24:19
20            android:name="com.google.android.gms.metadata.ModuleDependencies"
20-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:16:18-83
21            android:enabled="false"
21-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:17:17-40
22            android:exported="false"
22-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:18:17-41
23            tools:ignore="MissingClass" >
23-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:19:17-44
24            <intent-filter>
24-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:20:13-22:29
25                <action android:name="com.google.android.gms.metadata.MODULE_DEPENDENCIES" />
25-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:21:17-94
25-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:21:25-91
26            </intent-filter>
27
28            <meta-data
28-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:23:13-90
29                android:name="photopicker_activity:0:required"
29-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:23:24-70
30                android:value="" />
30-->C:\Users\allie\AppData\Local\Pub\Cache\hosted\pub.dev\image_picker_android-0.8.12+21\android\src\main\AndroidManifest.xml:23:71-87
31        </service>
32    </application>
33
34</manifest>
