android-logcat

Application crashed after either receive a phone call or such interruptions

After I either receive a phone call or make one, (and other undocumented interruptions) my application gets a NullPointerException when resuming my activity. Can any explain to me where it is and/or how to fix it? I have written the code as shown below: @Override public void onCreate(Bundle savedInstanceState) { super.onCr...