Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

android.hardware.location.gps feature should not be required #10347

Merged
merged 1 commit into from
Nov 2, 2017

Conversation

osana
Copy link
Contributor

@osana osana commented Nov 1, 2017

closes #10345

@osana osana self-assigned this Nov 1, 2017
@osana osana requested review from zugaldia and tobrun November 1, 2017 17:41
package="com.mapbox.mapboxsdk">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:name="android.hardware.wifi" android:required="false" /> <!-- Implied by ACCESS_WIFI_STATE. -->
<uses-feature android:name="android.hardware.location.gps" android:required="false" tools:replace="required" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@osana @tobrun Do we need to add tools:replace="required" for the merge to work as expected? It didn't seem to be needed for the android.hardware.wifi rule.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zugaldia @tobrun I will follow your lead on this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@osana could you run a quick test using the test app? You should be able to see the merged manifest of the app in Studio and verify whether tools:replace="required" is needed. Thanks!

@osana osana merged commit d0d401b into release-agua Nov 2, 2017
@osana osana deleted the osana-10345 branch November 2, 2017 00:11
@Guardiola31337 Guardiola31337 mentioned this pull request Nov 14, 2017
22 tasks
@lilykaiser lilykaiser added this to the android-v5.2.0 milestone Nov 15, 2017
@lilykaiser lilykaiser added the Android Mapbox Maps SDK for Android label Nov 15, 2017
@Guardiola31337 Guardiola31337 mentioned this pull request Nov 17, 2017
23 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants