aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authornullbytepl <nullbytepl@gmail.com>2021-06-20 13:02:44 +0800
committersinanmohd <pcmsinan@gmail.com>2023-01-05 21:27:38 +0530
commit5f93e3f9230bed3d33e4a8adfd1a6d99ce9ae546 (patch)
tree40e209c5b67d0df02c42d90e88ea4619efce0256 /rro_overlays
parent5a3b873dbf015a5c83500197a6a4e830fbe4c3d8 (diff)
veux: overlay: Limit screen recorder's framerate to 60fps
Change-Id: Iea0976ae3b43312b4b596e004582cbe4440b1aff
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/SystemUIOverlayVeux/res/values/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml
index fef08e1..7cf1edf 100644
--- a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml
+++ b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml
@@ -35,4 +35,6 @@
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
-</resources> \ No newline at end of file
+ <!-- If not zero, limits the internal screen recorder's framerate to the set value. -->
+ <integer name="config_screenRecorderMaxFramerate">60</integer>
+</resources>