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

Commit d04e1ba5 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Merge "Add OWNERS for GlobalSettingsToPropertiesMapper" into pi-dev am: 8055aa24

am: c85d3b3e

Change-Id: Iaef55ec2eeec59c09499e6e1e99ddcccc143cc8d
parents d51f47e1 c85d3b3e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -36,9 +36,11 @@ class GlobalSettingsToPropertiesMapper {

    private static final String TAG = "GlobalSettingsToPropertiesMapper";

    private static final String[][] sGlobalSettingsMapping = new String[][] {
    // List mapping entries in the following format:
    //  {Settings.Global.SETTING_NAME, "system_property_name"},
    // {Settings.Global.SETTING_NAME, "system_property_name"}
    // Important: Property being added should be whitelisted by SELinux policy or have one of the
    // already whitelisted prefixes in system_server.te, e.g. sys.
    private static final String[][] sGlobalSettingsMapping = new String[][] {
        {Settings.Global.SYS_VDSO, "sys.vdso"},
        {Settings.Global.FPS_DEVISOR, ThreadedRenderer.DEBUG_FPS_DIVISOR},
        {Settings.Global.DISPLAY_PANEL_LPM, "sys.display_panel_lpm"},
+4 −0
Original line number Diff line number Diff line
per-file GlobalSettingsToPropertiesMapper.java=fkupolov@google.com
per-file GlobalSettingsToPropertiesMapper.java=omakoto@google.com
per-file GlobalSettingsToPropertiesMapper.java=svetoslavganov@google.com
per-file GlobalSettingsToPropertiesMapper.java=yamasani@google.com
 No newline at end of file