Files
rk35xx-android14/system/core/init/sysprop/api/com.android.sysprop.init-latest.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

15 lines
351 B
Plaintext

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
}
}