[Android] Use a HashMap in PrefsFragment.java instead of two CharSequence arrays. This way, we hold the [key|value] pairs together in one object and reduce overall code clutter.