[automerger skipped] do not show the length helper for the text input am: 5b4b84e794 -s ours am: 73b6667022 -s ours

am skip reason: Merged-In Ifcada6c2cfeb8805dd422d0c44b98618de6c1bb8 with SHA-1 545e13b21e is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Stk/+/15662609

Change-Id: I59a40748af56b88a94aba5b9900f7a113596f13f
diff --git a/src/com/android/stk/StkInputActivity.java b/src/com/android/stk/StkInputActivity.java
index 9e76309..b9c821b 100644
--- a/src/com/android/stk/StkInputActivity.java
+++ b/src/com/android/stk/StkInputActivity.java
@@ -452,7 +452,9 @@
         }
         textInput.setHelperText(getResources().getString(inTypeId));
         textInput.setHelperTextEnabled(!hideHelper);
-
+        CatLog.d(LOG_TAG,
+                String.format("configInputDisplay: digitOnly=%s, hideHelper=%s",
+                        mStkInput.digitOnly, hideHelper));
         setTitle(R.string.app_name);
 
         if (mStkInput.icon != null) {