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

Commit 75022d69 authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Gerrit - the friendly Code Review server
Browse files

Telephony(MSIM): Fix SimSettings crash issue.

Change-Id: I1fb08d2757026f58473c67b4809c585e0f9714ed
parent 0f9ab99d
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -15,12 +15,15 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="sim_cards"
    android:title="@string/sim_settings_title">
    <PreferenceCategory
            android:key="sim_enablers"
            android:title="@string/sim_enabler_title"/>

    <PreferenceCategory
            android:key="sim_cards"
            android:title="@string/sim_settings_title"/>

    <PreferenceCategory
            android:key="sim_activities"
            android:title="@string/sim_pref_divider" >
@@ -36,10 +39,12 @@
            android:key="sim_cellular_data"
            android:title="@string/cellular_data_title" />

        <Preference android:key="sim_calls"
        <com.android.settings.notification.DropDownPreference
            android:key="sim_calls"
            android:title="@string/calls_title" />

        <Preference android:key="sim_sms"
        <com.android.settings.notification.DropDownPreference
            android:key="sim_sms"
            android:title="@string/sms_messages_title" />
    </PreferenceCategory>