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
@kelson42 The "private space" in Android 15 restricts the showing of notifications when the private storage is locked. So in our case notification will be shown when the application is running e.g. when using read aloud or starting the hotspot, etc. So in this case "private storage" does not affect our functionality in unlocked mode.
But when the "private storage" is locked. Then all the background and foreground services will be stopped as mentioned in the official docs, and in our custom apps currently, we do not have the hotspot functionality so it does not impact the custom apps.
But for the Kiwix app, we have to test these scenarios with hotspot and downloading functionality to be sure that private storage does not impact these functionalities when private storage is locked. I will test these scenarios and will update the findings here.
The text was updated successfully, but these errors were encountered: