NAS settings change
Handle migration for multi-profiles Test: make RunSettingsRoboTests Bug: 185623118 Change-Id: I392b420b849a329e3e24d8e8dcf0b84a63d37799
This commit is contained in:
@@ -37,7 +37,7 @@ public class NotificationAssistantDialogFragment extends InstrumentedDialogFragm
|
||||
final NotificationAssistantDialogFragment dialogFragment =
|
||||
new NotificationAssistantDialogFragment();
|
||||
final Bundle args = new Bundle();
|
||||
args.putString(KEY_COMPONENT, cn.flattenToString());
|
||||
args.putString(KEY_COMPONENT, cn == null ? "" : cn.flattenToString());
|
||||
dialogFragment.setArguments(args);
|
||||
dialogFragment.setTargetFragment(target, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user