From 4cd47df9a6ef0510df9859ed6f8664528341b15e Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Sun, 22 Jan 2017 13:27:41 +0000 Subject: [PATCH] cmhw: Add reading mode Change-Id: Id6c4ab0c081afb2f9fae6e6c5b776c093f377e97 --- cmhw/org/cyanogenmod/hardware/DisplayModeControl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java b/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java index 3f2491db..b634aff9 100644 --- a/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java +++ b/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015-2016 The CyanogenMod Project + * (C) 2017 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,6 +46,7 @@ public class DisplayModeControl { new DisplayMode(2, "Natural"), new DisplayMode(3, "Cinema"), new DisplayMode(4, "Adaptive"), + new DisplayMode(5, "Reading"), }; static {