2. Basic features of Android app

Source: Internet
Author: User

1, APK is the Android application installation format,. Dex is the Android binary execution file format.

2, the Android operating system is a multi-user operating system based on Linux, each application is used by different users.

3, by default, an application of a UserID, system settings, you do not need to manually set,

For such an application, the user has permission to do all of the work.

4. Each process has its own instance of a virtual machine, so each application is relatively independent.

5, by default, the application has its own Linux process, the system will decide when to close it, when the resources are not enough.

6. There are, however, exceptions.

A) You can share the same userid for two applications, allowing you to share resources with each other;

b) Applications may request access to system resources, such as contacts, text messages, etc., but need to be authorized during installation;

2. Basic features of Android app

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.