Solved

Inside the Application Element of the AndroidManifest

Question 81

Short Answer

Inside the application element of the AndroidManifest.xml file, write the code so that the app icon is the icon stored in the file myicon.p n g in the mipmap directory.
< activity
android:name = ".MainActivity"
< !-- Your code goes here -->
< /activity>

Correct Answer:

verifed

Verified

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

Related Questions