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

Commit d09aed6b authored by Andrew Lee's avatar Andrew Lee Committed by jianzhou
Browse files

Update class name for FdnList.

Bug: 18114923
Change-Id: If32383b08e9a217d4f6b16208a74ca546572acc0
parent e810ddb0
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;
        }