AndroidUSBCamera icon indicating copy to clipboard operation
AndroidUSBCamera copied to clipboard

How to use in Foreground Service without Activity/Fragment?

Open anonym24 opened this issue 2 years ago • 2 comments

Using official Android Camera/Camera2 API I can recording videos in background (using a foreground service) without even launching the app - from widget for example or notification (with start/stop buttons).

Here README shows only usage with Activity/Fragment which is useless for my case

anonym24 avatar Jul 16 '23 17:07 anonym24