1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="edu.dartmouth.cs.i_am_here"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="21"
8-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml
9        android:targetSdkVersion="27" />
9-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml
10    <!--
11         The ACCESS_COARSE/FINE_LOCATION permissions are not required to use
12         Google Maps Android API v2, but you must specify either coarse or fine
13         location permissions for the 'MyLocation' functionality. 
14    -->
15    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
15-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:9:5-79
15-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:9:22-76
16
17    <!-- Include required permissions for Google Maps API to run. -->
18    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
18-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:23:5-79
18-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:23:22-76
19    <uses-permission android:name="android.permission.INTERNET" />
19-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:24:5-67
19-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:24:22-64
20
21    <uses-feature
21-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:26:5-28:35
22        android:glEsVersion="0x00020000"
22-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:27:9-41
23        android:required="true" />
23-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:28:9-32
24
25    <application
25-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:11:5-39:19
26        android:allowBackup="true"
26-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:12:9-35
27        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
27-->[androidx.core:core:1.1.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/34b4ab0d8b65ac74ddd00d45b26dd963/core-1.1.0/AndroidManifest.xml:24:18-86
28        android:debuggable="true"
29        android:icon="@mipmap/ic_launcher"
29-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:13:9-43
30        android:label="@string/app_name"
30-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:14:9-41
31        android:roundIcon="@mipmap/ic_launcher_round"
31-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:15:9-54
32        android:supportsRtl="true"
32-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:16:9-35
33        android:testOnly="true"
34        android:theme="@style/AppTheme" >
34-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:17:9-40
35
36        <!--
37             The API key for Google Maps-based APIs is defined as a string resource.
38             (See the file "res/values/google_maps_api.xml").
39             Note that the API key is linked to the encryption key used to sign the APK.
40             You need a different API key for each encryption key, including the release key that is used to
41             sign the APK for publishing.
42             You can define the keys for the debug and release targets in src/debug/ and src/release/. 
43        -->
44        <meta-data
44-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:26:9-28:55
45            android:name="com.google.android.geo.API_KEY"
45-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:27:13-58
46            android:value="@string/google_maps_key" />
46-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:28:13-52
47
48        <activity
48-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:30:9-38:20
49            android:name="edu.dartmouth.cs.i_am_here.MapsActivity"
49-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:31:13-41
50            android:label="@string/title_activity_maps" >
50-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:32:13-56
51            <intent-filter>
51-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:33:13-37:29
52                <action android:name="android.intent.action.MAIN" />
52-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:34:17-69
52-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:34:25-66
53
54                <category android:name="android.intent.category.LAUNCHER" />
54-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:36:17-77
54-->/Users/atc 1/Downloads/i_am_here/app/src/main/AndroidManifest.xml:36:27-74
55            </intent-filter>
56        </activity>
57        <!-- Needs to be explicitly declared on P+ -->
58        <uses-library
58-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:33:9-35:40
59            android:name="org.apache.http.legacy"
59-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:34:13-50
60            android:required="false" />
60-->[com.google.android.gms:play-services-maps:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/cad243eba5d5e9d30aead8f2caf75568/jetified-play-services-maps-17.0.0/AndroidManifest.xml:35:13-37
61
62        <activity
62-->[com.google.android.gms:play-services-base:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/d810550874c071a7f5afc391a91fdc61/jetified-play-services-base-17.0.0/AndroidManifest.xml:23:9-26:75
63            android:name="com.google.android.gms.common.api.GoogleApiActivity"
63-->[com.google.android.gms:play-services-base:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/d810550874c071a7f5afc391a91fdc61/jetified-play-services-base-17.0.0/AndroidManifest.xml:24:13-79
64            android:exported="false"
64-->[com.google.android.gms:play-services-base:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/d810550874c071a7f5afc391a91fdc61/jetified-play-services-base-17.0.0/AndroidManifest.xml:25:13-37
65            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
65-->[com.google.android.gms:play-services-base:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/d810550874c071a7f5afc391a91fdc61/jetified-play-services-base-17.0.0/AndroidManifest.xml:26:13-72
66
67        <meta-data
67-->[com.google.android.gms:play-services-basement:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/5feaec8abf5f0f657ccb7d51c61164e6/jetified-play-services-basement-17.0.0/AndroidManifest.xml:23:9-25:69
68            android:name="com.google.android.gms.version"
68-->[com.google.android.gms:play-services-basement:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/5feaec8abf5f0f657ccb7d51c61164e6/jetified-play-services-basement-17.0.0/AndroidManifest.xml:24:13-58
69            android:value="@integer/google_play_services_version" />
69-->[com.google.android.gms:play-services-basement:17.0.0] /Users/atc 1/.gradle/caches/transforms-2/files-2.1/5feaec8abf5f0f657ccb7d51c61164e6/jetified-play-services-basement-17.0.0/AndroidManifest.xml:25:13-66
70    </application>
71
72</manifest>
