Merge "Ensure the Bubble settings intent is started as the correct user" into qt-dev
This commit is contained in:
@@ -406,7 +406,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList
|
||||
Intent intent = getSettingsIntent(mEntry.notification.getPackageName(),
|
||||
mEntry.notification.getUid());
|
||||
mStackView.collapseStack(() -> {
|
||||
mContext.startActivity(intent);
|
||||
mContext.startActivityAsUser(intent, mEntry.notification.getUser());
|
||||
logBubbleClickEvent(mEntry,
|
||||
StatsLog.BUBBLE_UICHANGED__ACTION__HEADER_GO_TO_SETTINGS);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user