Android security and permissions ② -- Security Architecture (sandbox)

Source: Internet
Author: User

An important design point in Android security is that by default, applications do not have the permission to perform harmful operations on other applications, operating systems, or users.

Operations include:

Read/write users' private data (such as contact information or email)

Read/write files of other applications

Perform Network Access

Maintain device activity

The application process is a secure sandbox ). It cannot interfere with other applications unless explicitly stated when it needs to add functionality not provided by the original sandboxPermission

The sanbox is understood as follows:

The process of an application is located in the sandbox area. It has many functions. If it needs to add functions not provided by the original sandbox, it will interfere with other applications, in this way, you can gain access to other applications by declaring some permissions.

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.