if (id == R.id.appsettings) {
            Intent intent = new Intent();
            intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
            intent.setData(uri);
            LogHelper.v(AppsAdapter.TAG, "Attempting to launch for " + appName.getText());