How to open Manage apps battery usage settings in MIUI devices programmatically?
I open the settings by this:
startActivityForResult(new Intent(android.provider.Settings.ACTION_SETTINGS), 0);
But I don't know how to open Manage apps battery usage settings in MIUI devices.