1

I have tried to navigate users to power saving mode change screen using the following intent

Intent(Settings.ACTION_BATTERY_SAVER_SETTINGS)

However this will not work for manufacturers like Huawei, Xiaomi, Oppo, etc Can anyone give me the manufacturer specific intents to navigate Power saving mode change screen.

shanzAD
  • 55
  • 5
  • check this out,https://stackoverflow.com/a/9530965/12709358 – Elango Jun 21 '21 at 07:29
  • @ajithkumar-muthukumaran, 'ACTION_POWER_USAGE_SUMMARY' is navigate to battery usage summary page. So no button to turn off power saving mode. I want to navigate user to the place where user can turn off power saving mode. 'ACTION_POWER_USAGE_SUMMARY' Intent not navigate to power saving action screen. – shanzAD Jun 21 '21 at 07:46
  • 1
    you need to find location for Huawei,Xiaomi Ect.. there is some apps are available you can ```Manifest``` file info it may help ,https://play.google.com/store/apps/details?id=com.majeur.applicationsinfo – Elango Jun 21 '21 at 07:52
  • super go ahead. – Elango Jun 21 '21 at 09:23
  • @AjithkumarMuthukumaran what should I do after that? there are too many manufactures to cover and checking every single manufacture is not possible, so is there any other way to handle it, please? – Moustafa EL-Saghier Sep 29 '21 at 08:37

0 Answers0