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

Commit 4ac77cab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SurfaceFlingerProperties: Use proper prop scope" am: 0ea24d2f am:...

Merge "SurfaceFlingerProperties: Use proper prop scope" am: 0ea24d2f am: 9336d692 am: 86abb743 am: 7feaee5f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1421632

Change-Id: I035e22049f3b2c29cddb5ab0b0a7842adc214beb
parents 216b7be9 7feaee5f
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"
}