Loading core/java/com/android/internal/app/ChooserActivityLoggerImpl.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,8 @@ public class ChooserActivityLoggerImpl implements ChooserActivityLogger { /* previewType = 8 */ typeFromPreviewInt(previewType), /* previewType = 8 */ typeFromPreviewInt(previewType), /* intentType = 9 */ typeFromIntentString(intent), /* intentType = 9 */ typeFromIntentString(intent), /* num_provided_custom_actions = 10 */ 0, /* num_provided_custom_actions = 10 */ 0, /* reselection_action_provided = 11 */ false); /* reselection_action_provided = 11 */ false, /* is_interactive_mode = 12 */ false); } } @Override @Override Loading Loading
core/java/com/android/internal/app/ChooserActivityLoggerImpl.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,8 @@ public class ChooserActivityLoggerImpl implements ChooserActivityLogger { /* previewType = 8 */ typeFromPreviewInt(previewType), /* previewType = 8 */ typeFromPreviewInt(previewType), /* intentType = 9 */ typeFromIntentString(intent), /* intentType = 9 */ typeFromIntentString(intent), /* num_provided_custom_actions = 10 */ 0, /* num_provided_custom_actions = 10 */ 0, /* reselection_action_provided = 11 */ false); /* reselection_action_provided = 11 */ false, /* is_interactive_mode = 12 */ false); } } @Override @Override Loading