diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-05-01 21:36:16 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-01 21:36:16 +0800 |
commit | 329b113bc1329f83fe1eecd32213435f8885ca71 (patch) | |
tree | af249b7fce9300b5248cbffe94a08d48fb919f73 /private/property_contexts | |
parent | 18c07b58901c9d0e7fc0d908ed38146847bab5b3 (diff) | |
parent | d7b93dbd049c0eacfb7ad14677457836c79b38f6 (diff) |
Merge tag 'LA.QSSI.12.0.r1-06800-qssi.0' into sugisawa-mr1HEADsugisawa-mr1
"LA.QSSI.12.0.r1-06800-qssi.0"
Change-Id: I35dbb71151ce8b3bf68b425732a761532c638017
Diffstat (limited to 'private/property_contexts')
-rw-r--r-- | private/property_contexts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/private/property_contexts b/private/property_contexts index 8cd0e425e..f8c887a9b 100644 --- a/private/property_contexts +++ b/private/property_contexts @@ -323,6 +323,9 @@ audio.offload.min.duration.secs u:object_r:audio_config_prop:s0 exact int ro.audio.ignore_effects u:object_r:audio_config_prop:s0 exact bool ro.audio.monitorRotation u:object_r:audio_config_prop:s0 exact bool ro.audio.offload_wakelock u:object_r:audio_config_prop:s0 exact bool +# Boolean property used in AudioService to configure whether +# spatializer functionality should be initialized +ro.audio.spatializer_enabled u:object_r:audio_config_prop:s0 exact bool persist.config.calibration_fac u:object_r:camera_calibration_prop:s0 exact string @@ -672,6 +675,8 @@ ro.boot.revision u:object_r:bootloader_prop:s0 exact string ro.boot.vbmeta.avb_version u:object_r:bootloader_prop:s0 exact string ro.boot.verifiedbootstate u:object_r:bootloader_prop:s0 exact string ro.boot.veritymode u:object_r:bootloader_prop:s0 exact string +# Properties specific to virtualized deployments of Android +ro.boot.hypervisor.version u:object_r:hypervisor_prop:s0 exact string # These ro.X properties are set to values of ro.boot.X by property_service. ro.baseband u:object_r:bootloader_prop:s0 exact string @@ -1108,6 +1113,8 @@ cache_key.telephony. u:object_r:binder_cache_telephony_serve framework_watchdog.fatal_count u:object_r:framework_watchdog_config_prop:s0 exact int framework_watchdog.fatal_window.second u:object_r:framework_watchdog_config_prop:s0 exact int +gsm.operator.iso-country u:object_r:telephony_status_prop:s0 exact string +gsm.sim.operator.iso-country u:object_r:telephony_status_prop:s0 exact string gsm.sim.operator.numeric u:object_r:telephony_status_prop:s0 exact string persist.radio.airplane_mode_on u:object_r:telephony_status_prop:s0 exact bool |