from-gms-to-hms/README.md at master · abusuioc/from-gms-to-hms

PHOTO EMBED

Thu Mar 03 2022 22:17:46 GMT+0000 (Coordinated Universal Time)

Saved by @morristech #java

boolean isHmsAvailable(android.content.Context context) {
    return com.huawei.hms.api.HuaweiApiAvailability
        .getInstance()
        .isHuaweiMobileServicesAvailable(context) ==
        com.huawei.hms.api.ConnectionResult.SUCCESS;
}
content_copyCOPY

https://github.com/abusuioc/from-gms-to-hms/blob/master/README.md