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

Commit 4f5e81c4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by android-build-merger
Browse files

Merge "Added new actions for Data Saver stats." into nyc-dev am: 82a0ccac

am: 1575c020

* commit '1575c020':
  Added new actions for Data Saver stats.

Change-Id: I817feb31e09ff10021ecc0d13ad9fd2c30967d9a
parents 901bcf50 1575c020
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2158,6 +2158,17 @@ message MetricsEvent {
    // System UI Tuner > Other > Power notification controls > Toggle on/off
    ACTION_TUNER_POWER_NOTIFICATION_CONTROLS = 393;

    // Action: user enable / disabled data saver using Settings. Arguments:
    // 0: Data Saver mode is disabled.
    // 1: Data Saver mode is enabled.
    ACTION_DATA_SAVER_MODE = 394;

    // User whitelisted an app for Data Saver mode; action pass package name of app.
    ACTION_DATA_SAVER_WHITELIST = 395;

    // User blacklisted an app for Data Saver mode; action pass package name of app.
    ACTION_DATA_SAVER_BLACKLIST = 396;

    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS
  }