droidchef / android-lockpattern

Automatically exported from code.google.com/p/android-lockpattern
Apache License 2.0
0 stars 0 forks source link

retriving the pattern saved #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. char c=securityprefs.getPattern(this)
2. then converted it to string
3. then printed as toast but it showed a long string

What is the expected output? What do you see instead?
I was expecting some thing like numbers in for example if my pattern is like 
"Z" it will be 1235789 

What version of the product are you using? On what operating system?
2.8

Please provide any additional information below.

kindly help me out in retrieving the pattern in simple form as described above 
to use forget pattern sending via an sms or mail to receiver to enter the 
previous saved pattern again.

Original issue reported on code.google.com by sarwar.sarwar123@gmail.com on 5 Nov 2013 at 10:58

GoogleCodeExporter commented 9 years ago
Hi @sarwar...,

The demo project uses a custom encrypter so it produces the pattern like an 
array of numbers. Please refer to wiki page Encryption for more information.

Hai,

Original comment by haibison...@gmail.com on 6 Nov 2013 at 9:49