You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We do not need to use the foreground service for the RealAloud feature, since the readAloud feature only runs when the reader screen is active if we move to another screen, or close the application then readAloud stops so we do not need to use the foreground service for this.
We have a ticket #4026 where uploading the application on playStore failed and we have to explain to playStore why and where we are using foreground service in our application and what the impact is on the user. By removing the readAloud service from our code we do not need to give an explanation to playStore about this service, and we directly upload the application on the Play Store (At least all the custom apps). Also, using the foreground service for readAloud is not ideal since we do not need to use this.
Expected behavior
We should use normal service instead of foreground service.
Environment
Version of Kiwix Android: 3.11.1
The text was updated successfully, but these errors were encountered:
Describe the bug
We do not need to use the foreground service for the
RealAloud
feature, since thereadAloud
feature only runs when the reader screen is active if we move to another screen, or close the application thenreadAloud
stops so we do not need to use the foreground service for this.We have a ticket #4026 where uploading the application on playStore failed and we have to explain to playStore why and where we are using foreground service in our application and what the impact is on the user. By removing the
readAloud
service from our code we do not need to give an explanation to playStore about this service, and we directly upload the application on the Play Store (At least all the custom apps). Also, using the foreground service forreadAloud
is not ideal since we do not need to use this.Expected behavior
We should use normal service instead of foreground service.
Environment
The text was updated successfully, but these errors were encountered: