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

6 lines
104 B
Plaintext
Raw Normal View History

2015-03-25 22:07:07 +00:00
package com.google.android.gms.http;
interface IGoogleHttpService {
Bundle checkUrl(String url);
}