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

Commit 1bacdd61 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

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

Change-Id: I7ae35e3fbc2160496e097da3e89a6ab8e9c3ecff
parents b3a50d8c e50cae82
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
  }