From c02f17c2162e8ca5ed418426432140747bb3e9f1 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Mon, 2 Nov 2020 16:28:47 -0800 Subject: [PATCH] Add @SensitiveData to GateKeeperService Bug: 171501998 Test: Builds and manual evaluation Change-Id: Ic62ca4b35529b2066cd536c5b414a53e254f808c --- .../binder/android/service/gatekeeper/IGateKeeperService.aidl | 1 + 1 file changed, 1 insertion(+) diff --git a/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl b/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl index 4646efc06..67e86339a 100644 --- a/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl +++ b/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl @@ -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.