Home | History | Annotate | Download | only in launcher2

Lines Matching defs:helpUrl

1706         String helpUrl = getString(R.string.help_url);
1707 Intent help = new Intent(Intent.ACTION_VIEW, Uri.parse(helpUrl));
1722 if (!helpUrl.isEmpty()) {