Merge "Make init.userspace_reboot.is_supported a rw property" am: 884b570100
Change-Id: I09a3c3ba50963f2e6e9ecc33a0d9048390c4599f
This commit is contained in:
commit
24d89ac980
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue