Expose thermal service to all apps
Thermal API has been added to PowerManager and this CL is to grant IThermal access to app. Bug: 119613338 Test: PowerManager CTS test Change-Id: I977530a9a5490bdc53af1548788b885e7c649f01
This commit is contained in:
parent
461d91fe75
commit
52611966ad
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ type task_service, system_server_service, service_manager_type;
|
|||
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type thermal_service, system_server_service, service_manager_type;
|
||||
type thermal_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type timedetector_service, system_server_service, service_manager_type;
|
||||
type timezone_service, system_server_service, service_manager_type;
|
||||
type timezonedetector_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue