} else if (id == R.id.uninstall) {
            Intent uninstallIntent = new Intent();
            uninstallIntent.setAction(Intent.ACTION_UNINSTALL_PACKAGE);
            uninstallIntent.setData(uri);
            LogHelper.v(AppsAdapter.TAG, "Attempting to uninstall " + appName.getText());