Remove @removed trySetQuietModeEnabled

Context:
Updated the API according to API council feedback. Marked it as
@Removed and keep it for a while for Launcher. But now Launcher
prebuilt is updated, we are safe to remove it.

Test: Build

BUG: 71818127

Change-Id: I33fec12addf7031bfbcd86bce9e636c31d0ea4d3
This commit is contained in:
Tony Mak
2018-01-25 11:18:13 +00:00
parent f12f652c97
commit 7699a19d2b
2 changed files with 0 additions and 7 deletions

View File

@@ -2259,12 +2259,6 @@ public class UserManager {
}
}
/** @removed */
@Deprecated
public boolean trySetQuietModeEnabled(boolean enableQuietMode, @NonNull UserHandle userHandle) {
return requestQuietModeEnabled(enableQuietMode, userHandle);
}
/**
* Enables or disables quiet mode for a managed profile. If quiet mode is enabled, apps in a
* managed profile don't run, generate notifications, or consume data or battery.