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:
parent
c1e1010516
commit
11a0bd7f58
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue