Android apps enable/disable GOOGLE APIs through Configuration

Source: Internet
Author: User

For APP development and google api, only ROOT mobile phones are used. For non-ROOT mobile phones, apk cannot be installed. Therefore, two versions of apk are required. It is difficult to maintain two sets of programs. The following uses enabling/disabling google map as an example to describe how to enable/disable GOOGLE APIs through configuration.


To enable or disable the google map function through configuration, you only need three simple steps.


Steps for disabling GoogleMap Functions

1. Modify project. properties.

Target = android-15

# Target = Google Inc.: Google APIs: 15


2. comment out the following elements in the Manifest configuration file:

<! -- <Uses-library android: name = "com. google. android. maps"/> -->

3. ADD maps. jar reference. As shown in:

 

How to enable GoogleMap

1. Modify project. properties.

# Target = android-15

Target = Google Inc.: Google APIs: 15

2. Add a configuration file for Manifest

<Uses-library android: name = "com. google. android. maps"/>

3. REMOVE maps. jar references.

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.