Update class name for FdnList.
Bug: 18114923 Change-Id: If32383b08e9a217d4f6b16208a74ca546572acc0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user