Android-androidmanifest node

Source: Internet
Author: User

androidmanifest Node


This address: Http://blog.csdn.net/caroline_wendy


Main root node of androidmanifest:

USES-SDK: using the SDK version,Minimum SDK version (minsdkversion): API compatibility prevents older versions from using a higher API, making selections based on the number of users created. target SDK version (targetsdkversion): Set to the latest version while upgrading the Android SDK Build-tools, the latest version. Note: Abandoned, integrated into Gradle, set rules unchanged.
uses-configuration: Select the input configuration,The app should support any input configuration, which is not normally required.
uses-feature: Select input hardware functions, such as camera, NFC, etc.non-special class app, do not need to specify the input hardware function, generally do not need.
Supports-screens: provides screen size,the app can be adapted to any size through the resource file, which is not normally required.
supports-gl-texture: provides the GL texture compression form;
uses-permission: use permissions,app requires permissions, corresponding to different APIs, if missing, will cause the app to crash and error.
Permission: permission to create a permission definition.
Application: application, the core node, choose to use the Name property, extend the application's state class,The four components are registered in: Activity, service, provider, receiver.
uses-library: Use the app's shared library, such as Google Maps.





Android-androidmanifest node

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.