We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To open app's page in Huawei AppGallery the following URI should be used: appmarket://details?id=...
appmarket://details?id=...
Currently Huawei is part of CHINESE_STORES_PACKAGES_NAMES all using DEFAULT_STORE_URI: market://details?id=...
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: