Merge "[Provider Model] Use correct icon for Calls & SMS"
diff --git a/res/xml/network_provider_internet.xml b/res/xml/network_provider_internet.xml
index 52ade65..90a04f1 100644
--- a/res/xml/network_provider_internet.xml
+++ b/res/xml/network_provider_internet.xml
@@ -35,7 +35,7 @@
<com.android.settingslib.RestrictedPreference
android:key="calls_and_sms"
android:title="@string/calls_and_sms"
- android:icon="@drawable/ic_network_cell"
+ android:icon="@drawable/ic_calls_sms"
android:order="-20"
android:summary="@string/summary_placeholder"
settings:allowDividerBelow="true"