Fix build

Change-Id: I476664d9c0116fb4b135d443dd36ee7ebe3c25f4
This commit is contained in:
Michael Jurka
2012-09-24 14:42:01 -07:00
parent 270a331cae
commit 0988524683

View File

@@ -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();
}