Marketo / android-sdk

The Marketo Mobile SDK allows integration with Marketo Mobile Engagement.
Other
7 stars 5 forks source link

Do not track user's location with LocationManager #10

Closed alan-rodriguez closed 6 years ago

alan-rodriguez commented 6 years ago

The LOCATION is classified as a dangerous permission group by Android and therefore requires a permission prompt for targetSdkVersion 23 and higher. Regardless, collecting information about the user's location is a highly offensive practice for applications that do not incorporate location into their functionality. There is no need for Marketo to attempt to collect location information by default.

jrudydev commented 6 years ago

This has been removed. The SDK is not using this permission and is also not in the official Marketo mobile docs.