android / location-samples

Multiple samples showing the best practices in location APIs on Android.
Apache License 2.0
2.7k stars 2.77k forks source link

Backgorund service sample is not working #318

Open MFA-DevBlend opened 1 year ago

MFA-DevBlend commented 1 year ago

I have downladed LocationUpdatesBackgroundKotlin code samples although is not working which is your official sample.

I have tested on API level 33 and 32 with emulator during the simulate routing.

Please, take care of this issue.

Best,

usmanhashmi2123 commented 1 year ago

not working on physical device too.

usmanhashmi2123 commented 1 year ago

it worked when i

changed

PendingIntent.getBroadcast(context,32,intent,PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT)

to

PendingIntent.getBroadcast(context,32,intent,PendingIntent.FLAG_MUTABLE or PendingIntent.FLAG_UPDATE_CURRENT)