summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-03-22 11:12:48 -0700
committerDianne Hackborn <hackbod@google.com>2010-03-22 22:20:26 -0700
commit85f2c9ce5a0e074df2429a5d66e1754e368a0430 (patch)
treeab3dc62cabf9fc1ace4ace8b4011f66f024734c2 /api
parent1a26c9aa0b96d30fc99eeb10bfd41f966ceb003a (diff)
downloadframeworks_base-85f2c9ce5a0e074df2429a5d66e1754e368a0430.zip
frameworks_base-85f2c9ce5a0e074df2429a5d66e1754e368a0430.tar.gz
frameworks_base-85f2c9ce5a0e074df2429a5d66e1754e368a0430.tar.bz2
Fix issue #2530103: ActivePassword data in Device Policy Manager needs to be persisted
Also fixes how the quality vs. mode is handled to be more consistent, which also required introducing a new "alphabetic" quality since it is possible for the user to enter such a password. The current password quality and length is stored in the DPM, since at boot it couldn't figure this out from the stored password. Change-Id: I519d9b76dd0b4431bcf42920c34dda38c9f1136e
Diffstat (limited to 'api')
-rw-r--r--api/current.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index 10742db..58ce3ee 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -26873,11 +26873,22 @@
visibility="public"
>
</field>
+<field name="PASSWORD_QUALITY_ALPHABETIC"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="262144"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="PASSWORD_QUALITY_ALPHANUMERIC"
type="int"
transient="false"
volatile="false"
- value="196608"
+ value="327680"
static="true"
final="true"
deprecated="not deprecated"