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

Commit ca38add3 authored by Andres Morales's avatar Andres Morales
Browse files

Expose SID API

Change-Id: Ic8b56529353f759f58f687a7cb1b4655ffee8b6d
parent 7526611f
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);
}