Starting an Activity from a fragment

every thing going right till add following line in my code at ViewHolder class.

Intend intend = new Intent(getActivity(),CrimeActivity.class);
startActivity();

application gone crash . so guys give me some suggestion so that i can sort out.this.

i got the answer that we should declare the .class of calling activity in manifest file.
thank you.