[Settings] Add QR code for EID and enable text copy
1. Add QR code for EID (when available) 2. Enable text copy Bug: 260540995 Test: local Change-Id: Iba7eace2ca3142a065219a3e65371af52df1511c
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<ScrollView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
@@ -168,6 +169,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textIsSelectable="true"
|
||||
android:text="@string/device_info_not_available"/>
|
||||
<ImageView
|
||||
android:id="@+id/esim_id_qrcode"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<TextView
|
||||
style="@style/device_info_dialog_label"
|
||||
|
||||
Reference in New Issue
Block a user