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

Commit 1922b4de authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update sysprop_library API txt" am: 34a0e57a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1460967

Change-Id: I2c21ef6082eeb7a552305bfcb538ce341672356d
parents e49b06ec 34a0e57a
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
props {
  module: "android.sysprop.ChargerProperties"
  prop {
    api_name: "disable_init_blank"
    scope: Internal
    prop_name: "ro.charger.disable_init_blank"
  }
  prop {
    api_name: "draw_split_offset"
    type: Long
    scope: Internal
    prop_name: "ro.charger.draw_split_offset"
  }
  prop {
    api_name: "draw_split_screen"
    scope: Internal
    prop_name: "ro.charger.draw_split_screen"
  }
  prop {
    api_name: "enable_suspend"
    scope: Internal
    prop_name: "ro.charger.enable_suspend"
  }
  prop {
    api_name: "no_ui"
    scope: Internal
    prop_name: "ro.charger.no_ui"
  }
}