Как использовать цифровую клавиатуру в Android уведомлении прямой ответ?

Я хочу использовать цифровую клавиатуру в прямом ответе уведомлений Android, а также хочу установить фильтр ввода для него.

RemoteInput remoteInput =
          new RemoteInput.Builder("log").setLabel(defaultUnitBG == 1 ? "mg/dL" : "mmol").build();

      NotificationCompat.Action replyAction = null;
      NotificationCompat.Action.Builder actionBuilder =
          new NotificationCompat.Action.Builder(R.drawable.white_circle, replyLabel,
              getLogPendingIntent(context, notificationScheduleObject, iUniqueId, notificationId));

      actionBuilder.setAllowGeneratedReplies(true);

0 ответов

Другие вопросы по тегам