MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.5k stars 84 forks source link

Support fully hiding "Private Space" #1109

Open iSaluki opened 4 weeks ago

iSaluki commented 4 weeks ago

As of Android 15, there is a new private space feature included. Whilst this works nicely with Kvaesitso for the most part, there is no way to completely hide it currently.

Implanting some way of hiding it, similarly to how Google implements hiding in the default Pixel launcher would be an amazing boost to this launcher.

onnyyonn commented 3 weeks ago

Android settings already provides an option to hide it. But currently that has no effect on Kvaesitso. I would request respecting this setting, instead of adding a separate setting inside Kvaesitso.

CodeCracker-oss commented 3 weeks ago

Android settings already provides an option to hide it. But currently that has no effect on Kvaesitso. I would request respecting this setting, instead of adding a separate setting inside Kvaesitso.

@onnyyonn

I don't believe android has an API available yet to detect the presence of this setting, there are other developers of home launches that raised this as an issue on Google's issue tracker, and once they do release one then Devs of home launches can finally do it.

For now, i believe the only option would be a global in app toggle to hide it.

MM2-0 commented 3 weeks ago

I don't believe android has an API available yet to detect the presence of this setting

Yes, I came to the same conclusion.

bingoxo commented 2 weeks ago

https://source.android.com/docs/security/features/private-space

hope this is useful information for the devs