diff options
-rw-r--r-- | overlay/packages/apps/Torch/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/packages/apps/Torch/res/values/config.xml b/overlay/packages/apps/Torch/res/values/config.xml index 6325065..4928547 100644 --- a/overlay/packages/apps/Torch/res/values/config.xml +++ b/overlay/packages/apps/Torch/res/values/config.xml @@ -33,4 +33,7 @@ <!-- Highest setting, leave -1 if it doesn't exist --> <integer name="valueDeathRay">1</integer> + <!-- If the device supports high brightness mode, enable this --> + <bool name="hasHighBrightness">true</bool> + </resources> |