diff options
| -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"; |
