Merge "Fix intent launch flag"

This commit is contained in:
Fan Zhang
2018-02-12 23:28:13 +00:00
committed by Android (Google) Code Review

View File

@@ -103,7 +103,8 @@ public class AccountTypePreference extends AppPreference implements OnPreference
}
Utils.startWithFragment(getContext(), mFragment, mFragmentArguments,
null /* resultTo */, 0 /* resultRequestCode */, mTitleResPackageName,
mTitleResId, null /* title */, mMetricsCategory);
mTitleResId, null /* title */,false /* isShortCut */, mMetricsCategory,
0 /* flag */);
return true;
}
return false;