Home
last modified time | relevance | path

Searched refs:aboutIntent (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsFragment.java86 final Intent aboutIntent = FeedbackUtils.getAboutKeyboardIntent(activity); in onOptionsItemSelected() local
87 if (aboutIntent != null) { in onOptionsItemSelected()
88 startActivity(aboutIntent); in onOptionsItemSelected()