Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java +5 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,11 @@ public class RemoteInputView extends LinearLayout implements View.OnClickListene Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent, results); if (mEntry.editedSuggestionInfo == null) { RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_FREE_FORM_INPUT); } else { RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); } mEditText.setEnabled(false); mSendButton.setVisibility(INVISIBLE); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java +5 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,11 @@ public class RemoteInputView extends LinearLayout implements View.OnClickListene Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent, results); if (mEntry.editedSuggestionInfo == null) { RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_FREE_FORM_INPUT); } else { RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); } mEditText.setEnabled(false); mSendButton.setVisibility(INVISIBLE); Loading