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

Commit 386e7771 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Freeze com.android.sysprop.init API" am: fd19ef40 am: e50cae82 am: 1bacdd61

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

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