mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Change-Id: I927ad7fc99a3f644972d1a5e8cb87ff32235bdb3 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
32 lines
668 B
Text
32 lines
668 B
Text
## FRP
|
|
# Disable invocation of oem_lock
|
|
ro.frp.pst=/dev/block/persistent
|
|
|
|
## Display
|
|
ro.sf.lcd_density=420
|
|
|
|
# fastbootd
|
|
ro.fastbootd.available=true
|
|
|
|
## OMX
|
|
# Set csc support in OMX
|
|
# If not set or set to 0, OMX will only use BT.601 colorspace.
|
|
ro.vendor.cscsupported=1
|
|
|
|
## OpenGLES
|
|
ro.opengles.version=196610
|
|
|
|
## RIL
|
|
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so
|
|
vendor.sec.rild.libpath2=/vendor/lib64/libsec-ril-dsds.so
|
|
|
|
# LTE, GSM and WCDMA
|
|
ro.telephony.default_network=9,9
|
|
|
|
# Samsung Specific Properties
|
|
ro.product_ship=true
|
|
|
|
## Surfaceflinger
|
|
debug.sf.latch_unsignaled=1
|
|
debug.sf.disable_backpressure=1
|
|
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|