mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Switch Phenotype libraries name
This commit is contained in:
parent
41e4c8c1af
commit
6016d001a4
@ -1,3 +0,0 @@
|
||||
package com.google.android.gms.phenotype;
|
||||
|
||||
parcelable Configurations;
|
@ -0,0 +1,3 @@
|
||||
package com.mgoogle.android.gms.phenotype;
|
||||
|
||||
parcelable Configurations;
|
@ -1,7 +1,7 @@
|
||||
package com.google.android.gms.phenotype.internal;
|
||||
package com.mgoogle.android.gms.phenotype.internal;
|
||||
|
||||
import com.google.android.gms.common.api.Status;
|
||||
import com.google.android.gms.phenotype.Configurations;
|
||||
import com.mgoogle.android.gms.phenotype.Configurations;
|
||||
|
||||
interface IPhenotypeCallbacks {
|
||||
void onRegister(in Status status) = 0;
|
@ -1,6 +1,6 @@
|
||||
package com.google.android.gms.phenotype.internal;
|
||||
package com.mgoogle.android.gms.phenotype.internal;
|
||||
|
||||
import com.google.android.gms.phenotype.internal.IPhenotypeCallbacks;
|
||||
import com.mgoogle.android.gms.phenotype.internal.IPhenotypeCallbacks;
|
||||
|
||||
interface IPhenotypeService {
|
||||
void register(IPhenotypeCallbacks callbacks, String p1, int p2, in String[] p3, in byte[] p4) = 0;
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
package com.google.android.gms.phenotype;
|
||||
package com.mgoogle.android.gms.phenotype;
|
||||
|
||||
import org.microg.safeparcel.AutoSafeParcelable;
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
package com.google.android.gms.phenotype;
|
||||
package com.mgoogle.android.gms.phenotype;
|
||||
|
||||
import org.microg.safeparcel.AutoSafeParcelable;
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
package com.google.android.gms.phenotype;
|
||||
package com.mgoogle.android.gms.phenotype;
|
||||
|
||||
import org.microg.safeparcel.AutoSafeParcelable;
|
||||
|
@ -10,9 +10,9 @@ import android.util.Log
|
||||
import com.google.android.gms.common.api.Status
|
||||
import com.google.android.gms.common.internal.GetServiceRequest
|
||||
import com.google.android.gms.common.internal.IGmsCallbacks
|
||||
import com.google.android.gms.phenotype.Configurations
|
||||
import com.google.android.gms.phenotype.internal.IPhenotypeCallbacks
|
||||
import com.google.android.gms.phenotype.internal.IPhenotypeService
|
||||
import com.mgoogle.android.gms.phenotype.Configurations
|
||||
import com.mgoogle.android.gms.phenotype.internal.IPhenotypeCallbacks
|
||||
import com.mgoogle.android.gms.phenotype.internal.IPhenotypeService
|
||||
import org.microg.gms.BaseService
|
||||
import org.microg.gms.common.GmsService
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user