Update class name for FdnList.

Bug: 18114923
Change-Id: If32383b08e9a217d4f6b16208a74ca546572acc0
This commit is contained in:
Andrew Lee
2014-10-31 13:12:20 -07:00
parent 6f5b23f3fc
commit da90d68b58

View File

@@ -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;
}