admin管理员组

文章数量:1392003

I have develop an application where it uses foreground services and notifications and as per Android 15 if users install the application in private space then the application will stop foreground services and showing notifications, hence I would like know whether there is any possibility to detect whether the app was launched from the Private or Normal space in Android 15?

From Android documentation I could see "LauncherApps#getLauncherUserInfo" but not sure this will work.

(android.os.UserHandle)

Thank you!

本文标签: AndroidHow to check whether Application is installed in Private SpaceStack Overflow