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:
mar-v-in 2015-12-03 19:41:38 -08:00
parent fab75d444a
commit 4c74f8a4f2
1 changed files with 1 additions and 1 deletions

View File

@ -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