Fix build
Change-Id: I476664d9c0116fb4b135d443dd36ee7ebe3c25f4
This commit is contained in:
@@ -227,7 +227,7 @@ class QuickSettings {
|
||||
} catch (RemoteException e) {
|
||||
}
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
mContext.startActivityAsUser(intent, UserHandle.USER_CURRENT);
|
||||
mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
|
||||
getService().animateCollapse();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user