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

Commit db4a029f authored by Julia Reynolds's avatar Julia Reynolds Committed by Android Git Automerger
Browse files

am 62fdd558: am 0ece6a32: String update for battery details page.

* commit '62fdd558':
  String update for battery details page.
parents 8b98ef6f 62fdd558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class HighPowerDetail extends DialogFragment implements OnClickListener,
    public static CharSequence getSummary(Context context, String pkg) {
        PowerWhitelistBackend powerWhitelist = PowerWhitelistBackend.getInstance();
        return context.getString(powerWhitelist.isSysWhitelisted(pkg) ? R.string.high_power_system
                : powerWhitelist.isWhitelisted(pkg) ? R.string.high_power_on
                : powerWhitelist.isWhitelisted(pkg) ? R.string.high_power_filter_on
                : R.string.high_power_off);
    }