I want to display the typical About / Eula text from preferences in Android.
I know that I can create a Layout with a TextView and load the text but being something so usual, I wonder if there's some more standard solution like assigning the text resource to one of the preferences (something like the ListPreference that is specialised) Thanks!.