Android Permissions Record

Source: Internet
Author: User

Record the permissions used in the learning process here for later search:

    <!--read internal memory card data permissions--
<uses-permission android:name= "Android.permission.READ_EXTERNAL_STORAGE"/>
<!--for writing cached data to an extended memory card--
<uses-permission android:name= "Android.permission.WRITE_EXTERNAL_STORAGE"/>
<!--for network positioning--
<uses-permission android:name= "Android.permission.ACCESS_COARSE_LOCATION"/>

<!--for access to GPS location--
<uses-permission android:name= "Android.permission.ACCESS_FINE_LOCATION"/>

<!--used to obtain carrier information to support interfaces that provide operator information--
<uses-permission android:name= "Android.permission.ACCESS_NETWORK_STATE"/>

<!--used to access WiFi network information, WiFi information is used for network location--
<uses-permission android:name= "Android.permission.ACCESS_WIFI_STATE"/>

<!--get access to WiFi, WiFi information is used for network location--
<uses-permission android:name= "Android.permission.CHANGE_WIFI_STATE"/>

<!--for network access, can be network-<uses-permission android:name= "Android.permission.INTERNET"/>
<!--used to read the current status of the phone--<uses-permission android:name= "Android.permission.READ_PHONE_STATE"/>
<!--used to request a call to A-gps module--<uses-permission android:name= "Android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/ >
<!--used for obtaining Bluetooth information for indoor positioning--<uses-permission android:name= "Android.permission.BLUETOOTH"/>
<uses-permission android:name= "Android.permission.BLUETOOTH_ADMIN"/>

Android Permissions Record

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.