changed websitelink

This commit is contained in:
JG-Cody 2021-08-30 19:39:25 +02:00
parent fe0da8e7ac
commit 0e81d5aac0

View File

@ -499,7 +499,7 @@ public class MainActivity extends AppCompatActivity {
assert vr != null; assert vr != null;
vr.vibrate(100); vr.vibrate(100);
} }
Intent in = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.jg-cody.de/")); Intent in = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.jg-cody.de/teraplex"));
startActivity(in); startActivity(in);
} }
}) })