Update ISafetyNetService.aidl

This commit is contained in:
Marvin W 2017-02-11 21:41:35 +01:00
parent 3f1fa81390
commit 05c12cab6d
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}