In android where description in config.xml is used for

We could see the config.xml file in the res \ xml folder of the android project. This file has a tag called a description. Where is the description content used?

I am creating an application using Phonegap and it is putting a default description. I'm wondering if I need to change the description?

+3


source to share


1 answer


From PhoneGap documentation:

Description and author items specify metadata and contact information that can appear in app store listings.



Link: http://docs.phonegap.com/en/3.5.0/config_ref_index.md.html

0


source







All Articles