Merge "[Large screen] Fix searched Subsettings back navigation bug" into sc-v2-dev am: c1b5f7883c
am: 31ec8a9128
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16145690 Change-Id: I53557ce86744f44a2e43af451c286c054bb1646d
This commit is contained in:
@@ -180,7 +180,10 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider {
|
||||
com.android.settings.Settings.class.getName()),
|
||||
new ComponentName(tile.getPackageName(),
|
||||
tile.getComponentName()),
|
||||
null, true, true);
|
||||
null /* secondaryIntentAction */,
|
||||
true /* finishPrimaryWithSecondary */,
|
||||
true /* finishSecondaryWithPrimary */,
|
||||
true /* clearTop */);
|
||||
|
||||
// Highlight preference ui.
|
||||
final TopLevelSettings topLevelSettings = (TopLevelSettings) fragment;
|
||||
|
Reference in New Issue
Block a user