dis-moi / mobile

DisMoi mobile app
https://www.dismoi.io/
GNU General Public License v3.0
0 stars 0 forks source link

Remove "App in background" features #140

Open prk-dismoi opened 3 years ago

prk-dismoi commented 3 years ago

Remove all "App running in background" features until we can convey the information in a more practical way.

prk-dismoi commented 3 years ago

image

felix-lambert commented 3 years ago

Bad news, it seems that we cannot block notifications if we want our app to work in background. If we don't want these notifications, the user can go to settings and disactivate the notification from dismoi.

https://stackoverflow.com/questions/10962418/how-to-startforeground-without-showing-notification

Trying to find a workaround

felix-lambert commented 3 years ago

Actually I managed to only use a service that restarts the app when the phone is rebooting. So based on our needs the foregroundService can be avoided