android_system_core/init/sysprop/api/com.android.sysprop.init-latest.txt
Inseob Kim 2a8c714145 Freeze com.android.sysprop.init API
Bug: 145259948
Test: m com.android.sysprop.init-check-api
Change-Id: I5909c16390c35b5e5adf4c82eed191cc9ae82014
2020-09-14 13:51:27 +09:00

14 lines
351 B
Text

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