kvdroid / Kvdroid

Some Pyjnius tools for Kivy-Android developments.
MIT License
94 stars 24 forks source link

Persistant notifications #53

Open USER4247 opened 9 months ago

USER4247 commented 9 months ago

Hi , I am working on uploads and downloads operations in my app . I have researched and found out that persistant notifications are only way to keep app services active even if app is closed for continued uploading and downloading . Can we open up a persistant notification ?

kengoon commented 9 months ago

@USER4247 at the moment kvdroid does not support foreground service notifications. It may be considered in the future