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

Commit 0ea24d2f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "SurfaceFlingerProperties: Use proper prop scope"

parents e51e48b0 33522c45
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"
}