summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2017-01-22 13:27:41 +0000
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-01-31 14:43:37 +0000
commitf97f4ffca63d370b8d7fd75b5325b8d1a2acf15c (patch)
tree5899feb233554aae2fe90f4b53dac28fe66b79d9
parent9390e79c42e67c21f0845ed2509d38f1178fba57 (diff)
downloadandroid_hardware_samsung-f97f4ffca63d370b8d7fd75b5325b8d1a2acf15c.tar.gz
android_hardware_samsung-f97f4ffca63d370b8d7fd75b5325b8d1a2acf15c.tar.bz2
android_hardware_samsung-f97f4ffca63d370b8d7fd75b5325b8d1a2acf15c.zip
cmhw: Add reading mode
Change-Id: Id6c4ab0c081afb2f9fae6e6c5b776c093f377e97
-rw-r--r--cmhw/org/cyanogenmod/hardware/DisplayModeControl.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java b/cmhw/org/cyanogenmod/hardware/DisplayModeControl.java
index 3f2491d..b634aff 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 {