am 8d4f7f94: Merge "Update class name for FdnList." into lmp-mr1-dev

* commit '8d4f7f94eb8804df9c91e9b9172fee80cdf7a8e1':
  Update class name for FdnList.
This commit is contained in:
Andrew Lee
2014-11-03 21:03:40 +00:00
committed by Android Git Automerger

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