Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6a7444d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Launch battery saver settings page when clicking dynamic notification"

parents 906b9c94 7f119722
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -828,7 +828,7 @@ public class BatterySaverStateMachine {
                    buildNotification(DYNAMIC_MODE_NOTIF_CHANNEL_ID,
                    buildNotification(DYNAMIC_MODE_NOTIF_CHANNEL_ID,
                            R.string.dynamic_mode_notification_title,
                            R.string.dynamic_mode_notification_title,
                            R.string.dynamic_mode_notification_summary,
                            R.string.dynamic_mode_notification_summary,
                            Intent.ACTION_POWER_USAGE_SUMMARY),
                            Settings.ACTION_BATTERY_SAVER_SETTINGS),
                    UserHandle.ALL);
                    UserHandle.ALL);
        });
        });
    }
    }