• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révision8fba7e6931245a17215e0e740e78b45f6b66d590 (tree)
l'heure2015-08-14 11:41:44
AuteurAdrian Roos <roosa@goog...>
CommiterThe Android Automerger

Message de Log

Prevent insanely long passwords from crashing SystemUI

Bug: 22214934
Change-Id: I32e238e53ac4b6dd0ae6de226b98894c495b256f

Change Summary

Modification

--- a/packages/Keyguard/res/layout/keyguard_password_view.xml
+++ b/packages/Keyguard/res/layout/keyguard_password_view.xml
@@ -58,6 +58,7 @@
5858 android:textSize="16sp"
5959 android:textAppearance="?android:attr/textAppearanceMedium"
6060 android:imeOptions="flagForceAscii|actionDone"
61+ android:maxLength="500"
6162 />
6263
6364 <ImageView android:id="@+id/switch_ime_button"