osmandapp / osmand-api-demo

Example of usage OsmAnd API
89 stars 43 forks source link

Fix not binding on SDK >= 30: Add queries specification to the manifest #58

Closed Radiokot closed 1 year ago

Radiokot commented 1 year ago

In order for the app to bind the service on SDK >= 30, \<queries> with required packages must be specified in the manifest.

queries | Android Developers