Android Common Error
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.collatt.com/support.aspx")); startActivity(browserIntent);
tools:ignore="MissingPrefix"