Add @SensitiveData to GateKeeperService

Bug: 171501998
Test: Builds and manual evaluation
Change-Id: Ic62ca4b35529b2066cd536c5b414a53e254f808c
This commit is contained in:
Branden Archer 2020-11-02 16:28:47 -08:00
parent 0b0f7f31b9
commit c02f17c216

View file

@ -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.