When I use this way to jump to the APN settings page:
intent = new Intent(Settings.ACTION_APN_SETTINGS);
int subId = getDefaultDataSubId();
intent.putExtra("sub_id",subId );
startActivity(intent);
it like this: intent way
But it's normal when I enter through the system settings: system settings way