Android and android Official Website

Source: Internet
Author: User

Android and android Official Website
AndroidManifest Node


Address: http://blog.csdn.net/caroline_wendy


Main root nodes of AndroidManifest:

Uses-sdk:Use the SDK version, the minimum SDK version (minSdkVersion): API compatibility, to prevent earlier versions from using a higher API, depending on the number of users at creation. Target SDK version (targetSdkVersion): Set to the latest version, and upgrade Android SDK Build-tools to the latest version. Note: It has been abandoned and integrated into Gradle. The setting rules remain unchanged.
Uses-configuration:The input configuration is selected. The APP should support any input configuration, which is generally not required.
Uses-feature:Select the input hardware functions, such as Camera and NFC, for non-special apps. You do not need to specify the input hardware functions, which are generally not required.
Supports-screens:The screen size is provided. The APP can adapt to any size through the resource file, which is generally not required.
Supports-gl-texture:Provides the GL texture compression format;
Uses-permission:The permissions required by the APP correspond to different APIs. If the permissions are missing, the APP crashes and an error is reported.
Permission:Permission, used to create a permission definition.
Application:Application, the core node, select to use the name attribute, extend the application state class, the registration location of the four components: activity, service, provider, and consumer er.
Uses-library:Use shared libraries of applications, such as Google Maps.





Related Article

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.