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

Commit 046cc26c 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:...

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

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

Change-Id: I2dcdc58244f7e9038a6359787947aa6f1a4042c1
parents 85181d54 386e7771
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
  }