MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android

Home Page:http://vespucci.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use NotificationManagerCompat

simonpoole opened this issue · comments

Currently we use our own code for backwards compatibility, using current (requires androidx.core:core:1.11.0) NotificationManagerCompat might reduce some of that.

See #2528