Config overlay to set slot 0 as non-removable eUICC.

Bug: 197252913
Test: Confirm non-removable eUICC config.
Change-Id: I01a75250943578ee7c9fd667d5ab9a659964fa40
This commit is contained in:
Grace Chen 2021-10-05 19:40:23 -07:00
parent ad214bed2a
commit 5a75515a09

View file

@ -30,8 +30,7 @@
This is used to differentiate between removable eUICCs and built in eUICCs, and should This is used to differentiate between removable eUICCs and built in eUICCs, and should
be set by OEMs for devices which use eUICCs. --> be set by OEMs for devices which use eUICCs. -->
<integer-array name="non_removable_euicc_slots"> <integer-array name="non_removable_euicc_slots">
<item>1</item> <item>0</item>
<item>2</item>
</integer-array> </integer-array>
</resources> </resources>