Mask private profile apps while private space is locked

This commit is contained in:
MM20
2024-08-13 15:19:24 +02:00
parent 74060d53c3
commit 318c26a439
9 changed files with 238 additions and 70 deletions
@@ -17,8 +17,13 @@ interface Application: SavableSearchable {
get() = false
val componentName: ComponentName
val isSystemApp: Boolean
val isSuspended: Boolean
/**
* If true, the app's identity should not be revealed to the user.
*/
val isPrivate: Boolean
get() = false
val user: UserHandle
val versionName: String?