From 11a0bd7f582f4b49751f29ac1727c03567f969eb Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 16 Aug 2018 19:23:52 +0000 Subject: [PATCH] Fixed apps link --- app/src/main/java/eu/faircode/netguard/ActivityMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/eu/faircode/netguard/ActivityMain.java b/app/src/main/java/eu/faircode/netguard/ActivityMain.java index e8539ecb..c5c08fbe 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityMain.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityMain.java @@ -1231,7 +1231,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences } private static Intent getIntentApps(Context context) { - return new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/search?q=Marcel+Bokhorst")); + return new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/dev?id=8420080860664580239")); } private static Intent getIntentRate(Context context) {