Implemented Mixpanel analytics #68

Merged
akinwale merged 1 commit from mixpanel into master 2018-04-23 06:00:38 +02:00
akinwale commented 2018-04-20 04:18:16 +02:00 (Migrated from github.com)
No description provided.
IGassmann (Migrated from github.com) reviewed 2018-04-20 04:18:16 +02:00
neb-b (Migrated from github.com) reviewed 2018-04-23 05:21:14 +02:00
@ -88,3 +88,3 @@
# (list) Permissions
android.permissions = INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE
android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE
neb-b (Migrated from github.com) commented 2018-04-23 05:21:14 +02:00

Why does it need bluetooth?

Why does it need bluetooth?
neb-b (Migrated from github.com) approved these changes 2018-04-23 05:21:39 +02:00
akinwale (Migrated from github.com) reviewed 2018-04-23 06:00:20 +02:00
@ -88,3 +88,3 @@
# (list) Permissions
android.permissions = INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE
android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE
akinwale (Migrated from github.com) commented 2018-04-23 06:00:20 +02:00

It's added based on the Mixpanel setup instructions at https://mixpanel.com/help/reference/android. From my testing, it doesn't look like it actually uses this though. I will explore removing the permission at a later date in order to check if it still works properly.

It's added based on the Mixpanel setup instructions at https://mixpanel.com/help/reference/android. From my testing, it doesn't look like it actually uses this though. I will explore removing the permission at a later date in order to check if it still works properly.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#68
No description provided.