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

8 lines
131 B
Plaintext
Raw Normal View History

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