1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-23 06:41:05 +00:00

Fixed apps link

This commit is contained in:
M66B 2018-08-16 19:23:52 +00:00
parent c1e1010516
commit 11a0bd7f58

View file

@ -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) {