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

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

Merge "Freeze com.android.sysprop.init API"

parents 011c4df3 2a8c7141
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
props {
props {
  module: "android.sysprop.InitProperties"
  module: "android.sysprop.InitProperties"
  prop {
    api_name: "is_userspace_reboot_supported"
    prop_name: "init.userspace_reboot.is_supported"
    integer_as_bool: true
  }
  prop {
  prop {
    api_name: "userspace_reboot_in_progress"
    api_name: "userspace_reboot_in_progress"
    scope: Public
    access: ReadWrite
    prop_name: "sys.init.userspace_reboot.in_progress"
    prop_name: "sys.init.userspace_reboot.in_progress"
    integer_as_bool: true
    integer_as_bool: true
  }
  }