Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbede971 authored by Luca Stefani's avatar Luca Stefani
Browse files

SurfaceFlingerProperties: Use proper prop scope

* System scope is deperecated,
  Public scope should be used instead

Test: m
Change-Id: I9fc658487397f1dfb2175d071736e0bc1eb3ad04
parent 794dc137
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ prop {
prop {
    api_name: "refresh_rate_switching"
    type: Boolean
    scope: System
    scope: Public
    access: Readonly
    prop_name: "ro.surface_flinger.refresh_rate_switching"
}