mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Adding quiet mode support for shortcuts
> LauncherApps returns empty list when the user is locked. Not relying on LauncherApps in this case > When the user is locked, removing all dynamic shortcuts > Loading shortcuts from DB when the user is locked > Verifying the shortcuts again when the user is available Bug: 30411561 Change-Id: Ib6eb372c5b009cadb86a8f6e781f3f3cbf787ceb
This commit is contained in:
@@ -57,4 +57,5 @@ public abstract class UserManagerCompat {
|
||||
public abstract CharSequence getBadgedLabelForUser(CharSequence label, UserHandleCompat user);
|
||||
public abstract long getUserCreationTime(UserHandleCompat user);
|
||||
public abstract boolean isQuietModeEnabled(UserHandleCompat user);
|
||||
public abstract boolean isUserUnlocked(UserHandleCompat user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user