Longri
Geoguru
Code:
try
{
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url.trim()));
main.mainActivity.startActivity(browserIntent);
}
catch (Exception exc)
{
Toast.makeText(main.mainActivity,
Translation.Get("Cann_not_open_cache_browser") + " (" + GlobalCore.getSelectedCache().Url.trim() + ")",
Toast.LENGTH_SHORT).show();
}
Wenn die Meldung
Code:
Meldung "Cannot open cache in Browser()".
Also ist für diesen Cache keine URL vorhanden!
Gruß Andre