Skip to content

Commit

Permalink
RMX3360: add number of phys SIM slots
Browse files Browse the repository at this point in the history
Signed-off-by: itsxrp <[email protected]>
  • Loading branch information
Blackmanx authored and itsxrp committed Dec 24, 2022
1 parent e0d368c commit f1b673b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion overlay/OPlusFrameworksResTarget/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,14 @@
<item>96</item> <!-- <item>sensorRadius</item> -->
</integer-array>

<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
<integer name="config_udfps_illumination_transition_ms">0</integer>

<!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and
is not necessarily the same as the number of phones/logical modems supported by the device.
For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots,
or a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM
and one pSIM) -->
<integer name="config_num_physical_slots">2</integer>

</resources>

0 comments on commit f1b673b

Please sign in to comment.