avicii: Add FPS overlay

Change-Id: Ied3d6b873a071cb34f863a7027a6fa9fd3d0db69
This commit is contained in:
Lup Gabriel
2020-03-19 18:23:48 +02:00
committed by AmolAmrit
parent 6e18f243f6
commit 3b0dbc6e93
2 changed files with 4 additions and 0 deletions

View File

@@ -15,4 +15,7 @@
<!-- Doze: does the long press sensor need a proximity check? -->
<bool name="doze_long_press_proximity_check">true</bool>
<!-- FPSInfoService FPS node file path -->
<string name="config_fpsInfoSysNode" translatable="false">/sys/class/drm/sde-crtc-0/measured_fps</string>
</resources>

1
sepolicy/vendor/platform_app.te vendored Normal file
View File

@@ -0,0 +1 @@
allow platform_app sysfs_graphics:file r_file_perms;