Delphi XE5 Android Permissions settings

Source: Internet
Author: User

http://delphi.org/2013/10/delphi-xe5-android-uses-permissions/

The permissions required by a Delphi XE5 Android application is defined through the Uses Permissions dialog. It is found under Project, Options ... [Shift+ctrl+f11].

If you select other Targets besides Android then the list was blank, for now. By default the following common permissions is selected. If you don't select a permission then any calls your make this require that permission would fail. The "Internet" permission is required for any network access, even your local network.

    • Access Coarse Location
    • Access Fine Location
    • Call phone
    • Camera
    • Internet
    • Read Calendar
    • Read External Storage
    • Write Calendar
    • Write External Storage
    • Read Phone State

If you scroll off the list you'll see a Advanced node which contains permissions that is less commonly used Permissio Ns. For many apps you'll never need to change these permissions, but your users can notice the "services" Warning next to the call phone and the Internet permission request, so the want to remove those.

The requested permissions is automatically added to the Androidmanifest.xml file, which was read by the Android operating System and Google Play store to know which permissions your app requested.

Delphi XE5 Android Permissions settings

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.