From 21b1015db329cb62435ccccff198a8f6c07de1c1 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Wed, 2 May 2018 09:08:13 +0900 Subject: [PATCH] Update prebuilts/api/28.0/public/property_contexts Bug: 78205669 Bug: 78430613 Test: succeeded building Change-Id: Ie098b839a050058424673f0d8961b7a194a2caab --- prebuilts/api/28.0/public/property_contexts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prebuilts/api/28.0/public/property_contexts b/prebuilts/api/28.0/public/property_contexts index c644181d1..8ac58883c 100644 --- a/prebuilts/api/28.0/public/property_contexts +++ b/prebuilts/api/28.0/public/property_contexts @@ -62,6 +62,7 @@ dalvik.vm.zygote.max-boot-retry u:object_r:exported_dalvik_prop:s0 exact int drm.service.enabled u:object_r:exported3_default_prop:s0 exact bool keyguard.no_require_sim u:object_r:exported3_default_prop:s0 exact bool media.recorder.show_manufacturer_and_model u:object_r:exported3_default_prop:s0 exact bool +media.stagefright.cache-params u:object_r:exported3_default_prop:s0 exact string persist.bluetooth.a2dp_offload.cap u:object_r:bluetooth_a2dp_offload_prop:s0 exact string persist.bluetooth.a2dp_offload.disabled u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool persist.config.calibration_fac u:object_r:exported3_default_prop:s0 exact string @@ -70,6 +71,8 @@ persist.dbg.vt_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.dbg.wfc_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.radio.multisim.config u:object_r:exported3_radio_prop:s0 exact string persist.sys.dalvik.vm.lib.2 u:object_r:exported2_system_prop:s0 exact string +persist.sys.media.avsync u:object_r:exported2_system_prop:s0 exact bool +persist.sys.hdmi.keep_awake u:object_r:exported2_system_prop:s0 exact bool persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string @@ -96,10 +99,13 @@ ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string ro.dalvik.vm.native.bridge u:object_r:exported_dalvik_prop:s0 exact string ro.enable_boot_charger_mode u:object_r:exported3_default_prop:s0 exact bool ro.gfx.driver.0 u:object_r:exported3_default_prop:s0 exact string +ro.hdmi.device_type u:object_r:exported3_default_prop:s0 exact string +ro.hdmi.wake_on_hotplug u:object_r:exported3_default_prop:s0 exact bool ro.oem_unlock_supported u:object_r:exported3_default_prop:s0 exact int ro.opengles.version u:object_r:exported3_default_prop:s0 exact int ro.radio.noril u:object_r:exported3_default_prop:s0 exact string ro.retaildemo.video_path u:object_r:exported3_default_prop:s0 exact string +ro.sf.disable_triple_buffer u:object_r:exported3_default_prop:s0 exact bool ro.sf.lcd_density u:object_r:exported3_default_prop:s0 exact int ro.storage_manager.enabled u:object_r:exported3_default_prop:s0 exact bool ro.telephony.call_ring.multiple u:object_r:exported3_default_prop:s0 exact bool -- GitLab