VancedMicroG/play-services-api/src/main/aidl/com/google/android/gms/http/IGoogleHttpService.aidl

8 lines
131 B
Plaintext

package com.google.android.gms.http;
import android.os.Bundle;
interface IGoogleHttpService {
Bundle checkUrl(String url);
}