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

Commit 333ce987 authored by Matt Garnes's avatar Matt Garnes Committed by Gerrit Code Review
Browse files

Settings: fix "Mobile Networks" menu option in DataUsageSummary.

Point to com.android.phone.MobileNetworkSettings instead of
com.android.phone.msim.MobileNetworkSettings, which does not exist.

Change-Id: Ibfbae3d94020fd1bcdcd3095d4c6c38f48f53609
(cherry picked from commit 869d79b3)
parent 9e729a24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ public class DataUsageSummary extends HighlightingFragment implements Indexable
                    intent.putExtra(SelectSubscription.PACKAGE,
                             "com.android.phone");
                    intent.putExtra(SelectSubscription.TARGET_CLASS,
                            "com.android.phone.msim.MobileNetworkSettings");
                            "com.android.phone.MobileNetworkSettings");
                } else {
                    intent.setComponent(new ComponentName("com.android.phone",
                            "com.android.phone.MobileNetworkSettings"));