How to open the Huawei AppGallery directly?
Opening your app in the Huawei App Gallery is similar to opening Google Play Store: Huawei App Gallery: Scheme: market:// or appmarket:// Package: com.huawei.appmarket vs. Google Play Store: Scheme: market:// Package: com.android.vending Here is a snippet for the Huawei App Gallery: private void startHuaweiAppGallery() { Uri detailsUri = Uri.parse(“market://details?id=” + getPackageName()); Intent intent = new … Read more