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

Verified Commit 05c12cab authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update ISafetyNetService.aidl

parent 3f1fa813
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ import com.google.android.gms.safetynet.internal.ISafetyNetCallbacks;

interface ISafetyNetService {
    void attest(ISafetyNetCallbacks callbacks, in byte[] nonce) = 0;
    void attestWithApiKey(ISafetyNetCallbacks callbacks, in byte[] nonce, String apiKey) = 6;
    void getSharedUuid(ISafetyNetCallbacks callbacks) = 1;
    void lookupUri(ISafetyNetCallbacks callbacks, String s1, in int[] threatTypes, int i, String s2) = 2;
    void init(ISafetyNetCallbacks callbacks) = 3;
    void unknown4(ISafetyNetCallbacks callbacks) = 4;
    void getHarmfulAppsList(ISafetyNetCallbacks callbacks) = 4;
}
 No newline at end of file