Make analytics and groups view disable for mobile plugins

This commit is contained in:
Rasika Perera 2016-10-29 23:47:36 +05:30
parent 8cbd68bcc6
commit a40ce98698
2 changed files with 12 additions and 8 deletions

View File

@ -1,6 +1,8 @@
{ {
"deviceType": { "deviceType": {
"label": "Android", "label": "Android",
"category" : "mobile" "category": "mobile",
"analyticsEnabled": "false",
"groupingEnabled": "false"
} }
} }

View File

@ -1,6 +1,8 @@
{ {
"deviceType": { "deviceType": {
"label": "Windows", "label": "Windows",
"category" : "mobile" "category": "mobile",
"analyticsEnabled": "false",
"groupingEnabled": "false"
} }
} }