Searched refs:aboutIntent (Results 1 – 1 of 1) sorted by relevance
86 final Intent aboutIntent = FeedbackUtils.getAboutKeyboardIntent(activity); in onOptionsItemSelected() local87 if (aboutIntent != null) { in onOptionsItemSelected()88 startActivity(aboutIntent); in onOptionsItemSelected()