Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1f6aad8 authored by Andres Morales's avatar Andres Morales Committed by Android (Google) Code Review
Browse files

Merge "Expose SID API"

parents fb23c67e ca38add3
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -62,4 +62,11 @@ interface IGateKeeperService {
     */
    byte[] verifyChallenge(int uid, long challenge, in byte[] enrolledPasswordHandle,
            in byte[] providedPassword);

    /**
     * Retrieves the secure identifier for the user with the provided Android ID,
     * or 0 if none is found.
     * @param uid the Android user id
     */
    long getSecureUserId(int uid);
}