You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
351 B
15 lines
351 B
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"
|
|
access: ReadWrite
|
|
prop_name: "sys.init.userspace_reboot.in_progress"
|
|
integer_as_bool: true
|
|
}
|
|
}
|