If your application is throwing exception android.content.ActivityNotFoundException, which of the following could resolve the problem?
If your application is throwing exception android.content.ActivityNotFoundException, which of the following could resolve the problem?A . Create a new sub-class of the View class.B . Create a new broadcast receiverC . Create the activity layoutD . Add the activity to the AndroidManifest.xmlView AnswerAnswer: D Explanation: The ActivityNotFoundException is thrown when...