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

Commit 24d89ac9 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Automerger Merge Worker
Browse files

Merge "Make init.userspace_reboot.is_supported a rw property" am: 884b5701

Change-Id: I09a3c3ba50963f2e6e9ecc33a0d9048390c4599f
parents 6ec231e7 884b5701
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ prop {
    type: Boolean
    scope: Public
    access: Readonly
    prop_name: "ro.init.userspace_reboot.is_supported"
    prop_name: "init.userspace_reboot.is_supported"
    integer_as_bool: true
}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ props {
  module: "android.sysprop.InitProperties"
  prop {
    api_name: "is_userspace_reboot_supported"
    prop_name: "ro.init.userspace_reboot.is_supported"
    prop_name: "init.userspace_reboot.is_supported"
    integer_as_bool: true
  }
  prop {