diff options
| -rw-r--r-- | core/res/res/values/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index ad02d29dcbf3..d0fd36ad269e 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2477,7 +2477,9 @@ remote provider --> <string name="config_tvRemoteServicePackage" translatable="false"></string> - <!-- True if the device supports persisting security logs across reboots. --> + <!-- True if the device supports persisting security logs across reboots. + This requires the device's kernel to have pstore and pmsg enabled, + and DRAM to be powered and refreshed through all stages of reboot. --> <bool name="config_supportPreRebootSecurityLogs">false</bool> <!-- Default files to pin via Pinner Service --> |