AndroidRate icon indicating copy to clipboard operation
AndroidRate copied to clipboard

Huawei AppGallery URI

Open ivfit opened this issue 4 years ago • 0 comments

To open app's page in Huawei AppGallery the following URI should be used: appmarket://details?id=...

Currently Huawei is part of CHINESE_STORES_PACKAGES_NAMES all using DEFAULT_STORE_URI: market://details?id=...

https://github.com/Vorlonsoft/AndroidRate/blob/master/library/src/main/java/com/vorlonsoft/android/rate/IntentHelper.java#L78 https://github.com/Vorlonsoft/AndroidRate/blob/master/library/src/main/java/com/vorlonsoft/android/rate/UriHelper.kt#L49

ivfit avatar Oct 10 '19 16:10 ivfit