0% found this document useful (0 votes)
21 views1 page

Manifest Merger Blame Debug Report

The document is an XML manifest file for an Android application named 'com.baseflow.geolocator'. It specifies the minimum and target SDK versions as 16, and defines a location service within the application that is enabled, not exported, and designated for foreground location services. The structure follows standard Android manifest conventions.

Uploaded by

codandocerto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Manifest Merger Blame Debug Report

The document is an XML manifest file for an Android application named 'com.baseflow.geolocator'. It specifies the minimum and target SDK versions as 16, and defines a location service within the application that is enabled, not exported, and designated for foreground location services. The structure follows standard Android manifest conventions.

Uploaded by

codandocerto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1<?xml version="1.0" encoding="utf-8"?

>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.baseflow.geolocator" >
4
5 <uses-sdk
6 android:minSdkVersion="16"
6-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-4.6.1\
android\src\main\AndroidManifest.xml
7 android:targetSdkVersion="16" />
7-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-4.6.1\
android\src\main\AndroidManifest.xml
8
9 <application>
9-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-4.6.1\
android\src\main\AndroidManifest.xml:4:5-10:19
10 <service
10-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-
4.6.1\android\src\main\AndroidManifest.xml:5:9-9:60
11 android:name="com.baseflow.geolocator.GeolocatorLocationService"
11-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-
4.6.1\android\src\main\AndroidManifest.xml:9:17-58
12 android:enabled="true"
12-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-
4.6.1\android\src\main\AndroidManifest.xml:6:17-39
13 android:exported="false"
13-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-
4.6.1\android\src\main\AndroidManifest.xml:7:17-41
14 android:foregroundServiceType="location" />
14-->C:\Users\gusta\AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-
4.6.1\android\src\main\AndroidManifest.xml:8:17-57
15 </application>
16
17</manifest>

You might also like