diff options
| author | dianlujitao <dianlujitao@lineageos.org> | 2019-01-08 20:16:06 +0800 |
|---|---|---|
| committer | dianlujitao <dianlujitao@lineageos.org> | 2019-01-08 20:22:34 +0800 |
| commit | 7a01f1f4b69f832f64def6eefb99237f3b4ebd03 (patch) | |
| tree | 49a8bbcf3b1392a24671f42e47da0bf097547db9 | |
| parent | 552a5f2066d071036944f1c04406aa147d4b7dfe (diff) | |
| download | android_hardware_lineage_interfaces-7a01f1f4b69f832f64def6eefb99237f3b4ebd03.tar.gz android_hardware_lineage_interfaces-7a01f1f4b69f832f64def6eefb99237f3b4ebd03.tar.bz2 android_hardware_lineage_interfaces-7a01f1f4b69f832f64def6eefb99237f3b4ebd03.zip | |
livedisplay: Update FOSS status prop for Pie
Change-Id: I0b5b59e95dfc005641774bedc055904e42ed1f36
| -rw-r--r-- | livedisplay/1.0/default/impl/SDM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/livedisplay/1.0/default/impl/SDM.cpp b/livedisplay/1.0/default/impl/SDM.cpp index 24470a7..8c3cf11 100644 --- a/livedisplay/1.0/default/impl/SDM.cpp +++ b/livedisplay/1.0/default/impl/SDM.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2016 The CyanogenMod Project - * Copyright (C) 2017-2018 The LineageOS Project + * Copyright (C) 2017-2019 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. @@ -35,7 +35,7 @@ enum { FEATURE_VER_SW_SAVEMODES_API = 0x00000004, }; -constexpr char kFossProperty[] = "ro.qualcomm.foss"; +constexpr char kFossProperty[] = "ro.vendor.display.foss"; constexpr char kFossOn[] = "foss:on"; constexpr char kFossOff[] = "foss:off"; |
