Briefing Android Knowledge

Which of these is the correct method to update an application published to the Android Market?

Which of these is the correct method to update an application published to the Android Market?

A.
It is necessary to sign with an updated certificate and upload.

B.
It is necessary to individually implement within application since it does not have update
function

C.
Add versionCode attribute of manifest file and upload the latest created application.

D.
Add versionCode attribute of manifest file and upload manifest file.

Explanation: