Skip to content

Commit

Permalink
Settings: Introduce AutoDimService [2/2]
Browse files Browse the repository at this point in the history
Exactly like AutoAODService but for REDUCE_BRIGHT_COLORS_ACTIVATED

Change-Id: I169dfeb907c8bfda394e3fc7add9918376620291
  • Loading branch information
GuidixX committed Jul 11, 2024
1 parent cfb67da commit 62fdfd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;

import com.yasp.settings.preferences.SecureSettingListPreference;
import com.derp.settings.preferences.SecureSettingListPreference;

import java.time.format.DateTimeFormatter;
import java.time.LocalTime;
Expand Down Expand Up @@ -184,7 +184,7 @@ private void updateTimeSetting(boolean since, int hour, int minute) {

@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.YASP;
return MetricsProto.MetricsEvent.DERP;
}

@Override
Expand Down

0 comments on commit 62fdfd8

Please sign in to comment.