Merge "[Partial Screen Sharing] Dismiss background after app selector launched" into udc-qpr-dev

This commit is contained in:
Yalan Yiue
2023-07-21 13:40:49 +00:00
committed by Android (Google) Code Review

View File

@@ -330,6 +330,8 @@ public class MediaProjectionPermissionActivity extends Activity
// Don't send cancel if the user has moved on to the next activity.
if (!mUserSelectingTask) {
finish(RECORD_CANCEL, /* projection= */ null);
} else {
super.finish();
}
}