Add services modules

This commit is contained in:
Yorick Barbanneau 2018-03-31 23:15:47 +02:00
parent 80e3c40b43
commit ce7da69a5b
4 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"name" : "Sensors Services",
"description" : "Disable sensors related services should impact orientation, auto-brightness orientation etc.",
"actions" : [
{
"_comment" : "disable sensors service",
"action" : "disableservices",
"name" : "sensorservice"
},
{
"_comment" : "Disable sensors monitoring service",
"action" : "disableservices",
"name" : "SensrSvc"
},
{
"_comment" : "Disable sensors data service",
"action" : "disableservices",
"name" : "SensorDataService"
}
]
}