From 81ec186405d7cad2972c5f2014c35c6ab53cf7a1 Mon Sep 17 00:00:00 2001 From: Michele Berionne Date: Fri, 26 Oct 2018 10:59:37 -0700 Subject: [PATCH] Added persist.vendor.radio.sap_silent_pin property set to 1. This property controls if the user has to enter the PIN code manually after disconnecting the phone from the car using the bluetooth SAP profile. When SAP profile is used, it's equivalent as moving the SIM card from the phone into the car, and thus the default behavior is to request the PIN code from the user. Anyway, this is usually annoying for the user, as he might not check the screen and suddenly becomes unreachable. Test: adb shell getprop | grep "sap_silent_pin" Signed-off-by: ronaxdevil --- vendor_prop.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor_prop.mk b/vendor_prop.mk index 0bb0e36..cdc7089 100644 --- a/vendor_prop.mk +++ b/vendor_prop.mk @@ -257,6 +257,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.radio.no_wait_for_card=1 \ persist.vendor.radio.oem_ind_to_both=0 \ persist.vendor.radio.relay_oprt_change=1 \ + persist.vendor.radio.sap_silent_pin=1 \ ril.subscription.types=NV,RUIM \ rild.libargs=-d[SPACE]/dev/smd0 \ rild.libpath=/vendor/lib64/libril-qc-qmi-1.so \