VancedMicroG/play-services-api/src/main/aidl/com/google/android/gms/auth/appcert/IAppCertService.aidl

7 lines
163 B
Plaintext
Raw Normal View History

2022-01-26 05:26:56 +00:00
package com.google.android.gms.auth.appcert;
interface IAppCertService {
boolean fetchDeviceKey() = 0;
String getSpatulaHeader(String packageName) = 1;
}