RILD listens for changes to this property. If the value changes to 1, RILD will restart itself and set this property back to 0. The TelephonyGoogle app will set this property to 1 when it receives a request from the SCONE app. Since TelephonyGoogle runs in the com.android.phone process, we also need to give the radio domain permission to set the telephony.ril.silent_reset property. Bug: 286476107 Test: manual Change-Id: I9f41aab747c075dd3a20d66f011e10ffee5a7608
14 lines
No EOL
683 B
Text
14 lines
No EOL
683 B
Text
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
|
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
|
|
|
|
# Boot animation dynamic colors
|
|
persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int
|
|
persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
|
|
persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
|
|
persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int
|
|
|
|
# Properties for euicc
|
|
persist.modem.esim_profiles_exist u:object_r:esim_modem_prop:s0 exact string
|
|
|
|
# Telephony
|
|
telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool |