I want to open the Settings > About > System Update directly from my application. How can I do that?
For Setting > About, I can do this
startActivityForResult(new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS), 0);
But I am looking for a way to go to system update.