Snap for 11944020 from 2a1f537456 to 24Q3-release

Change-Id: I23c1815f101e332eafd0141c60ac7be5e335c7d6
This commit is contained in:
Android Build Coastguard Worker 2024-06-08 01:03:59 +00:00
commit ac5e0ff829
6 changed files with 13 additions and 0 deletions

View file

@ -5,6 +5,7 @@ type pixel_modem_app, domain;
app_domain(pixel_modem_app)
allow pixel_modem_app app_api_service:service_manager find;
allow pixel_modem_app radio_service:service_manager find;
# Allow the pixel_modem_app to find and call shared modem platform service.
hal_client_domain(pixel_modem_app, hal_shared_modem_platform)

View file

@ -0,0 +1,2 @@
# Allow to read setupwizard_feature_prop
get_prop(gmscore_app, setupwizard_feature_prop)

View file

@ -0,0 +1,2 @@
# Allow to read setupwizard_feature_prop
get_prop(priv_app, setupwizard_feature_prop)

View file

@ -6,3 +6,6 @@ telephony.ril.ntn_demo_mode u:object_r:telephony_ntn_demo_mode_prop:s0 exact b
# HDCP setting of the display connected via USB port
persist.sys.hdcp_checking u:object_r:usb_control_prop:s0 exact string
# setupwizard
setupwizard.feature.provisioning_profile_mode u:object_r:setupwizard_feature_prop:s0

View file

@ -7,3 +7,6 @@ system_restricted_prop(telephony_ntn_demo_mode_prop)
userdebug_or_eng(`
set_prop(shell, telephony_ril_prop)
')
# setupwizard
system_public_prop(setupwizard_feature_prop)

View file

@ -8,3 +8,5 @@ userdebug_or_eng(`
set_prop(vendor_init, vendor_imssvc_prop)
')
# setupwizard
set_prop(vendor_init, setupwizard_feature_prop)