aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert McMeen <amcmeen@google.com>2015-10-19 14:22:06 -0700
committerBert McMeen <amcmeen@google.com>2015-10-19 14:22:06 -0700
commit0fda4ae8f8f65df3360a3170059b5ea11c99f7ec (patch)
treeadc6d22dedecf4a0ee0d742e3d8c1088ae6271c1
parentffb130958c29a98d3a67fa6884de4d30cc0741cc (diff)
downloadsource.android.com-0fda4ae8f8f65df3360a3170059b5ea11c99f7ec.tar.gz
Docs: Change to the Fingerprint HAL doc
Bug: 25081361 Change-Id: I7734d2d926552712abbd4af46ee24befa2a95e74
-rw-r--r--src/devices/tech/security/authentication/fingerprint-hal.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/tech/security/authentication/fingerprint-hal.jd b/src/devices/tech/security/authentication/fingerprint-hal.jd
index e5af5e4f..f2bbed74 100644
--- a/src/devices/tech/security/authentication/fingerprint-hal.jd
+++ b/src/devices/tech/security/authentication/fingerprint-hal.jd
@@ -116,7 +116,7 @@ fingerprint daemon (<code>fingerprintd</code>) with the fingerprint vendor-speci
<ul>
<li>Fingerprint data is not leaked
- <li>Fingerprint data is removed when a user account is removed from a device
+ <li>Fingerprint data is removed when a user is removed from a device
</ul>
<p>Here are the guidelines:</p>
@@ -139,10 +139,10 @@ the fingerprint data from a different user on the same device, or from another
device, must not work.
<li>Implementations must either use the file system path provided by the
<code>set_active_group()</code> function or provide a way to erase all user template data when the user
-account is removed. It is strongly recommended that fingerprint template files
+is removed. It is strongly recommended that fingerprint template files
be stored as encrypted in the path provided. If this is infeasible due to TEE
storage requirements, then the implementer must add hooks to ensure removal of
-the data when the user's account is removed.
+the data when the user is removed.
</ol>
<h2 id=major_functions_in_the_fingerprint_hal>Major functions in the Fingerprint HAL</h2>