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

Commit 8055aa24 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android (Google) Code Review
Browse files

Merge "Add OWNERS for GlobalSettingsToPropertiesMapper" into pi-dev

parents 39796298 32039452
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