Show discovery bounce after work profile is created

BUG: 72804698

Change-Id: Ifa59ed5d82d12eb65323e86af9c8db2c3e9920a3
This commit is contained in:
Tony Mak
2018-04-09 17:54:13 +01:00
parent 0a71ee4e53
commit ff94b044cf
4 changed files with 23 additions and 3 deletions
@@ -64,4 +64,6 @@ public abstract class UserManagerCompat {
public abstract boolean isDemoUser();
public abstract boolean requestQuietModeEnabled(boolean enableQuietMode, UserHandle user);
public abstract boolean isAnyProfileQuietModeEnabled();
public abstract boolean hasWorkProfile();
}