Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 852a65f0 authored by emancebo's avatar emancebo Committed by Ed Mancebo
Browse files

settings: add IMEI information to msim device status page

Change-Id: I053f652ac8c6c1936809283acdf89bc1348d26d4
issue-id: RENDANG-462
(cherry picked from commit 96351952)
parent f3a9fee4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -32,6 +32,12 @@
        android:title="@string/battery_level_title"
        android:summary="@string/device_info_not_available"
        android:persistent="false" />
    <PreferenceScreen android:key="imei_info"
        android:title="@string/imei_information_title"
        android:persistent="false">
        <intent android:targetPackage="com.android.settings"
            android:targetClass="com.android.settings.deviceinfo.ImeiInformation" />
    </PreferenceScreen>
    <Preference android:key="wifi_ip_address"
        style="?android:attr/preferenceInformationStyle"
        android:title="@string/wifi_advanced_ip_address_title"