mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 06:01:04 +00:00
commit
02c5a81c78
2 changed files with 3 additions and 0 deletions
|
@ -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 a new issue