From aa139f50d2afdf71bcc907753f7fb94eb95546fb Mon Sep 17 00:00:00 2001 From: Aswin Sankar Date: Tue, 9 Apr 2024 13:28:42 -0700 Subject: [PATCH] Add telephony_modemtype_prop to GRIL service Bug:315993263 Test: Manual test with GRIL changes to read out SystemProperty("telephony.ril.modem_bin_status"). Change-Id: I67303f1410e5dfb4472185210f41437be01d473b --- radio/grilservice_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/grilservice_app.te b/radio/grilservice_app.te index 090cbe6..9e9eea4 100644 --- a/radio/grilservice_app.te +++ b/radio/grilservice_app.te @@ -20,3 +20,4 @@ hal_client_domain(grilservice_app, hal_power_stats) # Read access to /sys/kernel/irq allow grilservice_app sysfs_irq:dir r_dir_perms; allow grilservice_app sysfs_irq:file r_file_perms; +get_prop(grilservice_app, telephony_modemtype_prop)