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

Commit 48282613 authored by Thomas Stuart's avatar Thomas Stuart
Browse files

cleanup get_ringer_mode_anom_report flag

This flag has been fully ramped up and is ready for cleanup.

Flag: EXEMPT flag cleanup
Fixes: 409607414
Test: build + presubmits
Change-Id: I405fcfc66861bd5582459104532852939d716241
parent f4760885
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -8,14 +8,3 @@ flag {
  description: "Gates whether to use a serialized, device-specific ring vibration."
  bug: "282113261"
}
 No newline at end of file

# OWNER=tjstuart TARGET=25Q1
flag {
  name: "get_ringer_mode_anom_report"
  namespace: "telecom"
  description: "getRingerMode & getRingerModeInternal should return the same val when dnd is off"
  bug: "307389562"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -776,9 +776,6 @@ public class Ringer {
     * report if they diverge.
     */
    private void maybeGenAnomReportForGetRingerMode(boolean isZenModeOn, AudioManager am) {
        if (!mFlags.getRingerModeAnomReport()) {
            return;
        }
        if (!isZenModeOn) {
            int ringerMode = am.getRingerMode();
            int ringerModeInternal = am.getRingerModeInternal();