简体   繁体   中英

External Library and Android Manifest

Does External Android Library have their Android Manifest merged with the main app?

Thanks

Only if you specify manifestmerger.enabled=true in your project.properties file if you are using eclipse.

With android studio i think it's the default behaviour

Actually it depends on the API you are using. Suppose you are using external API that doesn't require any hardware or network permission from OS than you don't need to add anything new in the manifest file. And if you are using external API that requires such permissions, then you must have to add them in your manifest file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM