Skip to content

Commit

Permalink
remove mapzen (background?) service, correctly annotate GPS-dependant…
Browse files Browse the repository at this point in the history
… function
  • Loading branch information
ialokim committed Aug 23, 2023
1 parent acbf6a3 commit a9d4ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
android:name=".about.ContributorsActivity"
android:label="@string/drawer_contributors"/>

<service
android:name="com.mapzen.android.lost.internal.GeofencingIntentService"
android:exported="false" />

<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
<meta-data android:name="com.samsung.android.keepalive.density" android:value="true"/>
<!-- Version >= 3.0. DeX Dual Mode support -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ import java.util.concurrent.TimeUnit
}
}

@RequiresPermission(ACCESS_FINE_LOCATION)
override fun onInactive() {
for (provider in LOCATION_PROVIDERS) {
locationManager.removeUpdates(this)
Expand Down

0 comments on commit a9d4ffa

Please sign in to comment.