Set the EID in the SIM status page to be copyable

Add new textIsSelectable attributes to the EID textview

Bug: 210374141
Change-Id: I3b4f223319ee0ab8ae89dc2b0984ae9f9dbe32ae
This commit is contained in:
jason thedjoisworo
2021-11-17 00:44:25 +00:00
committed by Takeshi Kishimoto
parent d3d24b65ac
commit 5923723b4d

View File

@@ -166,6 +166,7 @@
android:id="@+id/esim_id_value" android:id="@+id/esim_id_value"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textIsSelectable="true"
android:text="@string/device_info_not_available"/> android:text="@string/device_info_not_available"/>
<TextView <TextView