Neamar / KISS

Lightning fast, open-source, < 250kb Android launcher
https://kisslauncher.com/
GNU General Public License v3.0
2.99k stars 582 forks source link

Access to private apps #2338

Open Vctrsnts opened 1 month ago

Vctrsnts commented 1 month ago

Good morning,

First of all, thank you for this amazing launcher that I always end up going back to. For a couple of hours I tried to use another one, but it was impossible and I went back to this one :)

The question I have is that in previous versions of Android along with Kiss Launcher, you could see the applications that you had in your private workspace, but now, with the new version of Android, this is no longer possible. So what do you have to do to access the applications that you have in your private space?

Thanks

licaon-kter commented 1 month ago

Private space is the new Android 15 name for "special work profile" ?

Latest KISS makes disabled profile apps grey and demotes them in the list, but they are there.

jaduncan commented 1 month ago

I reproduce this issue on A15. More broadly, this is being treated differently by Android - all third party launchers need specific code to toggle the profile and view the apps within it even when the profile is unlocked.

"While the Android operating system handles the creation, management, and deletion of the Private Space, Android launchers like Niagara Launcher are responsible for actually letting the user interact with it. To properly support Private Space in Android 15, launchers have to have a separate container for apps installed in the Private Space, have to be able to lock and unlock the container on demand, have to hide apps in the Private Space when it’s locked, and have to be able to hide the Private Space entirely when the user enables that setting."

https://www.androidauthority.com/niagara-launcher-android-15-3474572/

Vctrsnts commented 1 month ago

Yes is the name.

With the previous version and Kiss Launcher, the applications were visible but with a small icon like a suitcase or a key and that is where the difference between a normal work application (Google Play) and the one in the private space was seen.

tx71 commented 1 month ago

Would be great if support for Private Space could be added to KISS indeed! Currently apps in Private Space cannot be found / are not listed in KISS.

I think the same approach as with apps in Work Profile could be taken ("grey-out" the apps if profile is disabled).

bingoxo commented 3 weeks ago

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

hope this is useful information for the devs