Make platform_compat discoverable everywhere
The binder's methods are protected by signature permissions (LOG_COMPAT_CHANGE, READ_COMPAT_CHANGE_CONFIG and OVERRIDE_COMPAT_CHANGE_CONFIG). This is a re-landing of https://r.android.com/1210143, which was reverted due to http://b/142942524. The actual fix was done in http://ag/10234812. Bug: 142650523 Test: atest PlatformCompatGatingTest Change-Id: Ibddac8933ea58d44457a5d80b540347e796ebe71
This commit is contained in:
parent
4de3228c46
commit
25b39acefe
2 changed files with 1 additions and 2 deletions
|
@ -68,7 +68,6 @@ allow platform_app system_api_service:service_manager find;
|
|||
allow platform_app vr_manager_service:service_manager find;
|
||||
allow platform_app gpu_service:service_manager find;
|
||||
allow platform_app stats_service:service_manager find;
|
||||
allow platform_app platform_compat_service:service_manager find;
|
||||
|
||||
# Allow platform apps to interact with gpuservice
|
||||
binder_call(platform_app, gpuservice)
|
||||
|
|
|
@ -101,7 +101,7 @@ type lowpan_service, system_api_service, system_server_service, service_manager_
|
|||
type ethernet_service, app_api_service, system_server_service, service_manager_type;
|
||||
type biometric_service, app_api_service, system_server_service, service_manager_type;
|
||||
type bugreport_service, system_api_service, system_server_service, service_manager_type;
|
||||
type platform_compat_service, system_server_service, service_manager_type;
|
||||
type platform_compat_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type face_service, app_api_service, system_server_service, service_manager_type;
|
||||
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
|
||||
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue