Merge pull request #686 from GDLMadushanka/master

Add a new configuration to Android Sense to redirect to DAS analytics view. Devices without this configuration redirected to default analytics view
This commit is contained in:
Megala Uthayakumar 2017-06-06 09:58:13 +05:30 committed by GitHub
commit 0987dab2bf

View File

@ -4,6 +4,7 @@
"category": "iot", "category": "iot",
"scopes" : [ "scopes" : [
"perm:android-sense:enroll" "perm:android-sense:enroll"
] ],
"analyticsView" : "DAS"
} }
} }