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

This commit is contained in:
Andrew Lee
2014-11-03 21:00:04 +00:00
committed by Android (Google) Code Review

View File

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