summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OWNERS3
-rw-r--r--src/com/android/stk/StkInputActivity.java3
2 files changed, 3 insertions, 3 deletions
diff --git a/OWNERS b/OWNERS
index 003cc3c..799e5d3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -6,11 +6,10 @@ rgreenwalt@google.com
tgunn@google.com
jminjie@google.com
shuoq@google.com
-nazaninb@google.com
sarahchin@google.com
xiaotonj@google.com
huiwang@google.com
jayachandranc@google.com
chinmayd@google.com
amruthr@google.com
-
+sasindran@google.com
diff --git a/src/com/android/stk/StkInputActivity.java b/src/com/android/stk/StkInputActivity.java
index 0af6767..9e76309 100644
--- a/src/com/android/stk/StkInputActivity.java
+++ b/src/com/android/stk/StkInputActivity.java
@@ -467,7 +467,8 @@ public class StkInputActivity extends AppCompatActivity implements View.OnClickL
mTextIn.setFilters(new InputFilter[] {new InputFilter.LengthFilter(mStkInput.maxLen)});
textInput.setCounterMaxLength(mStkInput.maxLen);
- textInput.setCounterEnabled(true);
+ //do not show the length helper for the text input
+ textInput.setCounterEnabled(false);
if (!mStkInput.echo) {
mTextIn.setTransformationMethod(PasswordTransformationMethod