Uri etUri = Uri.parse("et://details?id="
              + getText(R.string.PACKAGENAME));
        Intent etIntent = new Intent(Intent.ACTION_VIEW, etUri);
        startActivity(etIntent);异常是:NotFoundClass to handle this intent  是什么原因?