Sepolicy rules for initial media quality framework.
We add a new system service (MediaQualityService) and manager (MediaQuality) with feature flag. This service will standardize APIs for Android TV setting in Android W to streamline vendor development process for TV settings.
Bug: 371041195
Bug: 348412562
Test: m
Test: Gambit TV
Change-Id: Id20a1d7bb5b3ab5310f8ae7ade9b127e13cee4b8
diff --git a/private/service.te b/private/service.te
index a4d00f3..9aaf499 100644
--- a/private/service.te
+++ b/private/service.te
@@ -27,6 +27,9 @@
type statsbootstrap_service, system_server_service, service_manager_type;
type statscompanion_service, system_server_service, service_manager_type;
type statsmanager_service, system_api_service, system_server_service, service_manager_type;
+until_board_api(202504, `
+ type media_quality_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
+')
is_flag_enabled(RELEASE_SUPERVISION_SERVICE, `
type supervision_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;