I am using the Eclipse Developer Android application, and with each new Android project there are two AndroidManifest.xml files.
The first is at projectName/bin/AndroidManifest.xml
The second is located at projectName/AndroidManifest.xml
Should I make the same changes to both AndroidManifest files?
Or do I need to make changes to projectName/AndroidManifest.xml (second choice)?
source share