diff options
author | Petri Gynther | 2018-04-18 00:13:27 -0500 |
---|---|---|
committer | Petri Gynther | 2018-04-19 13:30:07 -0500 |
commit | 820656a73f5f89b3db108d006dfa6bf53fd32f62 (patch) | |
tree | 5f3e2a21a77c0d3c1b6a24be8e51fd3a88262369 | |
parent | 41e42d63fecf9c237337acea7e21a5da0683debe (diff) | |
download | system-sepolicy-820656a73f5f89b3db108d006dfa6bf53fd32f62.tar.gz system-sepolicy-820656a73f5f89b3db108d006dfa6bf53fd32f62.tar.xz system-sepolicy-820656a73f5f89b3db108d006dfa6bf53fd32f62.zip |
A2DP offload: switch to new properties
Bug: 63932139
Bug: 76201991
Test: Manual A2DP testing (A2DP offload enabled and disabled)
Change-Id: Icebb4a84cf241b3b6bc52e4826fdedd5a73d796a
-rw-r--r-- | public/property_contexts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/property_contexts b/public/property_contexts index 3c900d19..3f029bce 100644 --- a/public/property_contexts +++ b/public/property_contexts | |||
@@ -62,7 +62,7 @@ drm.service.enabled u:object_r:exported3_default_prop:s0 exact bool | |||
62 | keyguard.no_require_sim u:object_r:exported3_default_prop:s0 exact bool | 62 | keyguard.no_require_sim u:object_r:exported3_default_prop:s0 exact bool |
63 | media.recorder.show_manufacturer_and_model u:object_r:exported3_default_prop:s0 exact bool | 63 | media.recorder.show_manufacturer_and_model u:object_r:exported3_default_prop:s0 exact bool |
64 | persist.bluetooth.a2dp_offload.cap u:object_r:bluetooth_a2dp_offload_prop:s0 exact string | 64 | persist.bluetooth.a2dp_offload.cap u:object_r:bluetooth_a2dp_offload_prop:s0 exact string |
65 | persist.bluetooth.a2dp_offload.enable u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool | 65 | persist.bluetooth.a2dp_offload.disabled u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool |
66 | persist.config.calibration_fac u:object_r:exported3_default_prop:s0 exact string | 66 | persist.config.calibration_fac u:object_r:exported3_default_prop:s0 exact string |
67 | persist.dbg.volte_avail_ovr u:object_r:exported3_default_prop:s0 exact int | 67 | persist.dbg.volte_avail_ovr u:object_r:exported3_default_prop:s0 exact int |
68 | persist.dbg.vt_avail_ovr u:object_r:exported3_default_prop:s0 exact int | 68 | persist.dbg.vt_avail_ovr u:object_r:exported3_default_prop:s0 exact int |
@@ -71,13 +71,13 @@ persist.radio.multisim.config u:object_r:exported3_radio_prop:s0 exact string | |||
71 | persist.sys.dalvik.vm.lib.2 u:object_r:exported2_system_prop:s0 exact string | 71 | persist.sys.dalvik.vm.lib.2 u:object_r:exported2_system_prop:s0 exact string |
72 | persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string | 72 | persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string |
73 | persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int | 73 | persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int |
74 | persist.vendor.bluetooth.a2dp_offload.enable u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool | ||
75 | pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string | 74 | pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string |
76 | pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string | 75 | pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string |
77 | pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string | 76 | pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string |
78 | pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string | 77 | pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string |
79 | pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string | 78 | pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string |
80 | ro.audio.monitorRotation u:object_r:exported3_default_prop:s0 exact bool | 79 | ro.audio.monitorRotation u:object_r:exported3_default_prop:s0 exact bool |
80 | ro.bluetooth.a2dp_offload.supported u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool | ||
81 | ro.boot.vendor.overlay.theme u:object_r:exported_overlay_prop:s0 exact string | 81 | ro.boot.vendor.overlay.theme u:object_r:exported_overlay_prop:s0 exact string |
82 | ro.boot.wificountrycode u:object_r:exported3_default_prop:s0 exact string | 82 | ro.boot.wificountrycode u:object_r:exported3_default_prop:s0 exact string |
83 | ro.bt.bdaddr_path u:object_r:exported_bluetooth_prop:s0 exact string | 83 | ro.bt.bdaddr_path u:object_r:exported_bluetooth_prop:s0 exact string |