Merge "Add @SensitiveData to GateKeeperService"

This commit is contained in:
Steven Moreland 2020-11-11 16:17:19 +00:00 committed by Gerrit Code Review
commit 99ed2152de
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import android.service.gatekeeper.GateKeeperResponse;
* *
* @hide * @hide
*/ */
@SensitiveData
interface IGateKeeperService { interface IGateKeeperService {
/** /**
* Enrolls a password, returning the handle to the enrollment to be stored locally. * Enrolls a password, returning the handle to the enrollment to be stored locally.