Huawei and Honor devices have a mode called "power intensive app" that notifies the user of abnormally consuming apps.
Settings > Battery > "gear icon" > "Close excessively power-intensive apps" > On/Off
Is there a way to disable it programmatically in Huawei and Honor devices? If not, is there someone who knows an intent that call the battery menu so i can disable it manually?
I have already try
Intent.ACTION_POWER_USAGE_SUMMARY
Settings.ACTION_BATTERY_SAVER_SETTINGS
but it doesn't work