I am getting this exception while I am trying to call an activity from another one. The complete exception is
android.content.ActivityNotFoundExcept
Activity you're calling sholdn't contain "sheme" and contain intent-filter:
so in calling code:
Intent intent=new Intent("com.example.sj.myapplication.SecondActivity"); startActivity(intent);