PackageInfo app = mAdapter.appForPosition(position);
// TODO display all preference settings
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setClass(this, AppHwPref.class);
intent.putExtra("packageName", app.packageName);
startActivity(intent);