1

I created an android app that has a streaming audio. I need to create an audio player on the lock screen to continue running in the background. What is the best option for this? Should I create a widget?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Paula
  • 11
  • 2

1 Answers1

2

For android 4.2 and above you can use the official lock screen widget which is documented over here - App Widget

And there is already a thread present which contains some discussion if the version is below 4.2 : Android Lock Screen Widget

Community
  • 1
  • 1
srishti
  • 117
  • 1
  • 14