In Cordova/Android, what's the difference between:
- /appname/config.xml
- /appname/platforms/android/AndroidManifest.xml
Which one do I edit, or do I edit them both?
I'm looking to do things such as:
- force portrait mode (I found this setting in config.xml)
- specify minimum sdk supported for android. (I found this setting in AndroidManifest.xml)
No comments:
Post a Comment