diff options
Diffstat (limited to 'core/java/android/app/IUserSwitchObserver.aidl')
-rw-r--r-- | core/java/android/app/IUserSwitchObserver.aidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/IUserSwitchObserver.aidl b/core/java/android/app/IUserSwitchObserver.aidl index caee14f..845897b 100644 --- a/core/java/android/app/IUserSwitchObserver.aidl +++ b/core/java/android/app/IUserSwitchObserver.aidl @@ -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); } |