Showing DWB remaining time for work profile apps
Test: manual Bug: 170441505 Change-Id: Idb305adb028c897ddafd2255c1f7c34417c16968
This commit is contained in:
@@ -113,11 +113,6 @@ public final class DigitalWellBeingToast {
|
||||
public void initialize(Task task) {
|
||||
mTask = task;
|
||||
|
||||
if (task.key.userId != UserHandle.myUserId()) {
|
||||
setNoLimit();
|
||||
return;
|
||||
}
|
||||
|
||||
THREAD_POOL_EXECUTOR.execute(() -> {
|
||||
final AppUsageLimit usageLimit = mLauncherApps.getAppUsageLimit(
|
||||
task.getTopComponent().getPackageName(),
|
||||
|
||||
Reference in New Issue
Block a user