Add @SensitiveData to GateKeeperService
Bug: 171501998 Test: Builds and manual evaluation Change-Id: Ic62ca4b35529b2066cd536c5b414a53e254f808c
This commit is contained in:
parent
0b0f7f31b9
commit
c02f17c216
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import android.service.gatekeeper.GateKeeperResponse;
|
|||
*
|
||||
* @hide
|
||||
*/
|
||||
@SensitiveData
|
||||
interface IGateKeeperService {
|
||||
/**
|
||||
* Enrolls a password, returning the handle to the enrollment to be stored locally.
|
||||
|
|
Loading…
Reference in a new issue