OSDN Git Service

Fix bug where fingerprint for wrong userId was attempted to be removed.
authorJim Miller <jaggies@google.com>
Wed, 20 Apr 2016 21:06:00 +0000 (14:06 -0700)
committerJim Miller <jaggies@google.com>
Wed, 20 Apr 2016 21:06:00 +0000 (14:06 -0700)
commit5a8e522c6c3d71164f9d84ef98461de5dff4ccef
tree7a1379f6000884ff80ae6d5c1f5c18143e045ad1
parentc2dae39ab4ab2531c9a8afff39fd99425e2a6bdd
Fix bug where fingerprint for wrong userId was attempted to be removed.

- cleaned up private API to ensure userId is distinct from groupId.
- fixed bug where we were sending the wrong userId when attempting to
- fix warning about wrong fingerId when receiving final id of 0.

Fixes bug 28268635

Change-Id: Ic8abfbf6fbf173db2d57a76ac2e38b2a71ffd19e
src/com/android/settings/ChooseLockGeneric.java