Merge "Move the annotation right before String" into main

This commit is contained in:
Jason Chiu
2024-10-18 01:41:04 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 8 deletions

View File

@@ -97,9 +97,8 @@ public class BatterySaverSettings extends DashboardFragment {
}
}
@Nullable
@Override
public String getPreferenceScreenBindingKey(@NonNull Context context) {
public @Nullable String getPreferenceScreenBindingKey(@NonNull Context context) {
return BatterySaverScreen.KEY;
}
}