Merge "Fixes sound panel create multiple SoundSettings activity" am: e45a8aadd4 am: 3999464409

Change-Id: I2b5875e2c79daf6e5b7173da59b33e2cfcfbad6e
This commit is contained in:
Automerger Merge Worker
2019-12-18 12:25:43 +00:00

View File

@@ -240,6 +240,8 @@ public class SliceBuilderUtils {
searchDestination.putExtra(SettingsActivity.EXTRA_FRAGMENT_ARG_KEY, key)
.setAction("com.android.settings.SEARCH_RESULT_TRAMPOLINE")
.setComponent(null);
searchDestination.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);
return searchDestination;
}