-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace Telemetry service in Navigation service
- Loading branch information
Showing
11 changed files
with
42 additions
and
48 deletions.
There are no files selected for viewing
Binary file modified
BIN
+8 Bytes
(100%)
...roid-navigation-ui/build/.transforms/125c457756643b8f8323a3e49211cc12/classes/classes.dex
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
libandroid-navigation-ui/build/intermediates/compile_library_classes_jar/debug/classes.jar
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
...ses/debug/out/com/mapbox/services/android/navigation/ui/v5/route/NavigationMapRoute.class
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...debug/classes/com/mapbox/services/android/navigation/ui/v5/route/NavigationMapRoute.class
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
libandroid-navigation-ui/build/intermediates/runtime_library_classes_jar/debug/classes.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 25 additions & 26 deletions
51
...uild/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
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="com.mapbox.services.android.navigation" > | ||
5 | ||
6 <uses-sdk | ||
7 android:minSdkVersion="14" | ||
3 package="com.mapbox.services.android.navigation" > | ||
4 | ||
5 <uses-sdk | ||
6 android:minSdkVersion="14" | ||
6-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml | ||
7 android:targetSdkVersion="30" /> | ||
7-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml | ||
8 android:targetSdkVersion="30" /> | ||
8-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml | ||
9 | ||
10 <application> | ||
10-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:5:5-12:19 | ||
11 <service | ||
11-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:6:9-8:15 | ||
12 android:name="com.mapbox.services.android.navigation.v5.navigation.NavigationService" | ||
12-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:6:18-103 | ||
13 android:foregroundServiceType="location" /> | ||
13-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:7:13-53 | ||
14 <!-- Include the telemetry service to simplify set up (https://www.mapbox.com/telemetry) --> | ||
15 <service | ||
15-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:10:9-11:55 | ||
16 android:name="com.mapbox.services.android.telemetry.service.TelemetryService" | ||
16-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:10:18-95 | ||
17 android:foregroundServiceType="location" /> | ||
17-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:11:13-53 | ||
18 </application> | ||
19 | ||
20</manifest> | ||
8 | ||
9 <application> | ||
9-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:4:5-11:19 | ||
10 <service | ||
10-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:5:9-7:15 | ||
11 android:name="com.mapbox.services.android.navigation.v5.navigation.NavigationService" | ||
11-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:5:18-103 | ||
12 android:foregroundServiceType="location" /> | ||
12-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:6:13-53 | ||
13 <!-- Include the telemetry service to simplify set up (https://www.mapbox.com/telemetry) --> | ||
14 <service | ||
14-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:9:9-10:55 | ||
15 android:name="com.mapbox.services.android.navigation.v5.navigation.telemetry.MapboxTelemetryService" | ||
15-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:9:18-80 | ||
16 android:foregroundServiceType="location" /> | ||
16-->F:\kll\navigation-sdk\libandroid-navigation\src\main\AndroidManifest.xml:10:13-53 | ||
17 </application> | ||
18 | ||
19</manifest> |
26 changes: 12 additions & 14 deletions
26
libandroid-navigation/build/outputs/logs/manifest-merger-debug-report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters