Merge "Revert "Add foreground profile changed to user switch observer.""

This commit is contained in:
Kenny Guy
2015-04-13 16:13:31 +00:00
committed by Android (Google) Code Review
6 changed files with 0 additions and 41 deletions

View File

@@ -22,5 +22,4 @@ import android.os.IRemoteCallback;
oneway interface IUserSwitchObserver {
void onUserSwitching(int newUserId, IRemoteCallback reply);
void onUserSwitchComplete(int newUserId);
void onForegroundProfileSwitch(int newProfileId);
}