Freeze com.android.sysprop.init API
Bug: 145259948 Test: m com.android.sysprop.init-check-api Change-Id: I5909c16390c35b5e5adf4c82eed191cc9ae82014
This commit is contained in:
parent
3bede4f44f
commit
2a8c714145
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
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"
|
||||
scope: Public
|
||||
access: ReadWrite
|
||||
prop_name: "sys.init.userspace_reboot.in_progress"
|
||||
integer_as_bool: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue