Search code examples
androidkotlingoogle-play-servicesgsmhuawei-mobile-services

Disable Google Play Services warnings in new Huawei devices without GSM


After USA and Google restrictions on Huawei devices my app warn multi times that :

App won't run without Google Play services, which are not supported by your device.

Application has some dependency about google apis but there is no serious problem and run correctly but this warning confuse our users .

My question is how to disable this warning ?


Solution

  • After a lot of changes i can say that it's not possible to remove this dialog and it's cause of Gradle dependencies .

    i removed all usages of GSM and just keep dependencies and it warn again and after removing GSM dependencies and replace it with Yandex Metrica it works perfectly .