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

Commit 33522c45 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: I758f41c4c6ec31f6781ebe87f8317063763f7134
parent e51e48b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ prop {
prop {
    api_name: "max_graphics_width"
    type: Integer
    scope: System
    scope: Public
    access: Readonly
    prop_name: "ro.surface_flinger.max_graphics_width"
}
@@ -82,7 +82,7 @@ prop {
prop {
    api_name: "max_graphics_height"
    type: Integer
    scope: System
    scope: Public
    access: Readonly
    prop_name: "ro.surface_flinger.max_graphics_height"
}