Merge "Reset Settings task when using the user switcher" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
80cd373263
@@ -156,8 +156,8 @@ public class NotificationAppList extends PinnedHeaderListFragment
|
||||
if (selectedUser.getIdentifier() != UserHandle.myUserId()) {
|
||||
Intent intent = new Intent(getActivity(), NotificationAppListActivity.class);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
mContext.startActivityAsUser(intent, selectedUser);
|
||||
getActivity().finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user