File tree Expand file tree Collapse file tree
libandroid-services/src/main
libandroid-telemetry/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
66 <uses-permission android : name =" android.permission.INTERNET" />
77
8- <application
9- android : allowBackup =" true"
10- android : label =" @string/app_name"
11- android : supportsRtl =" true" >
12-
8+ <application >
139 <service android : name =" com.mapbox.services.android.navigation.v5.NavigationService" />
1410 </application >
1511
16- </manifest >
12+ </manifest >
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.mapbox.services.android.telemetry" >
3- <application android : allowBackup =" true"
4- android : label =" @string/app_name"
5- android : supportsRtl =" true" />
6- </manifest >
1+ <manifest package =" com.mapbox.services.android.telemetry" />
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.mapbox.services.android.ui" >
3-
4- <application android : allowBackup =" true"
5- android : label =" @string/app_name"
6- android : supportsRtl =" true"
7- >
8-
9- </application >
10-
11- </manifest >
1+ <manifest package =" com.mapbox.services.android.ui" />
You can’t perform that action at this time.
0 commit comments