Merge "Revert "Remove FLAG_ACTIVITY_FORWARD_RESULT in 2-pane flow""

This commit is contained in:
Jason Chiu
2022-12-14 02:49:17 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ public class SearchResultTrampoline extends Activity {
}
}
intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
if (!ActivityEmbeddingUtils.isEmbeddingActivityEnabled(this)) {
startActivity(intent);
} else if (isSettingsIntelligence(callingActivity)) {