mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Switched to proper link to Publisher, per official documentation.
This commit is contained in:
parent
e8e817ed30
commit
9d708b650f
1 changed files with 3 additions and 2 deletions
|
@ -66,8 +66,9 @@ public final class AboutBoxUtils {
|
|||
String webURI = null;
|
||||
switch (buildType) {
|
||||
case GOOGLE:
|
||||
appURI = "market://search?q=pub:" + publisher;
|
||||
webURI = "http://play.google.com/store/search?q=pub:" + publisher;
|
||||
// see: https://developer.android.com/distribute/marketing-tools/linking-to-google-play.html#OpeningPublisher
|
||||
appURI = "market://dev?id=" + publisher;
|
||||
webURI = "http://play.google.com/store/dev?id=" + publisher;
|
||||
break;
|
||||
case AMAZON:
|
||||
appURI = "amzn://apps/android?showAll=1&p=" + packageName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue