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

Commit 8d4f7f94 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Update class name for FdnList." into lmp-mr1-dev

parents c6db3cc1 da90d68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -876,7 +876,7 @@ public class RadioInfo extends Activity {
            // other than the Dialer process, which causes a lot of stuff to
            // break.
            intent.setClassName("com.android.phone",
                    "com.android.phone.FdnList");
                    "com.android.phone.settings.fdn.FdnList");
            startActivity(intent);
            return true;
        }