This commit is contained in:
max-klaus 2020-07-11 19:13:09 +03:00
parent 1335564354
commit 58e37866f6
2 changed files with 3 additions and 2 deletions

View file

@ -955,6 +955,7 @@
android:process="net.osmand.plus" android:process="net.osmand.plus"
android:label="@string/process_navigation_service" android:label="@string/process_navigation_service"
android:name="net.osmand.plus.NavigationService" android:name="net.osmand.plus.NavigationService"
android:foregroundServiceType="location"
android:stopWithTask="false"> android:stopWithTask="false">
<intent-filter> <intent-filter>
<action android:name="net.osmand.plus.NavigationService" /> <action android:name="net.osmand.plus.NavigationService" />

View file

@ -22,8 +22,8 @@ task printc {
} }
android { android {
compileSdkVersion 28 compileSdkVersion 29
buildToolsVersion "28.0.3" buildToolsVersion "29.0.3"
// compileNdkVersion "android-ndk-r17b" // compileNdkVersion "android-ndk-r17b"
signingConfigs { signingConfigs {