mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-11 14:49:24 +01:00
commit
02c5a81c78
@ -1,5 +1,7 @@
|
||||
package com.google.android.gms.http;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
interface IGoogleHttpService {
|
||||
Bundle checkUrl(String url);
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
package com.google.android.gms.people.internal;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.os.ParcelFileDescriptor;
|
||||
|
||||
import com.google.android.gms.common.data.DataHolder;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user