Solved

Inside the AndroidManifest

Question 124

Short Answer

Inside the AndroidManifest.xml file, add an activity element of the type MyActivity class and whose label is the value of the string my_app (specified in the strings.xml file).
< /activity>
< !-- Your code goes here -->
< /application>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions