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

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

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

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

Change-Id: Ic7b0845c94738072070695c8bb7bf960b634c6a5
parents 6ccb1046 fd19ef40
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
  }