Skip to content

Commit

Permalink
devon: Pass display ID to sensor location
Browse files Browse the repository at this point in the history
Fixes wrong side fps overlay on Android V.

Change-Id: I7d5fd33d6e58760daa6ac6ce8aa8ccc40cfbd3c1
  • Loading branch information
luk1337 authored and mikeNG committed Sep 29, 2024
1 parent cb9eb0d commit cbe1a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</array>

<array name="config_sfps_sensor_props_0" translatable="false">
<item></item> <!--item>displayId</item-->
<item>local:4630946747577212033</item> <!--item>displayId</item-->
<item>1080</item> <!--item>sensorLocationX</item-->
<item>815</item> <!--item>sensorLocationY</item-->
<item>200</item> <!--item>sensorRadius</item-->
Expand Down

0 comments on commit cbe1a3e

Please sign in to comment.