mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-21 15:11:10 +01:00
Add support for ADREQUEST in GService
there is alread a seperate service for that handled by Dummy, but apparantly, ADREQUEST must be served by the GService as well.
This commit is contained in:
parent
fab75d444a
commit
4c74f8a4f2
@ -25,7 +25,7 @@ import org.microg.gms.common.Services;
|
||||
public class GService extends BaseService {
|
||||
|
||||
public GService() {
|
||||
super("GmsAdsGSvc", Services.GSERVICES.SERVICE_ID);
|
||||
super("GmsAdsGSvc", Services.GSERVICES.SERVICE_ID, Services.ADREQUEST.SERVICE_ID);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user