Change scope of ro.init.userspace_reboot.is_supported to public
Test: atest CtsUserspaceRebootHostSideTestCases Test: m checkbuild Bug: 135984674 Change-Id: Ie11c6720ee21afef99b4b53415da00d8c1e446ca
This commit is contained in:
parent
860e8682e2
commit
10cdc17283
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ prop {
|
|||
prop {
|
||||
api_name: "is_userspace_reboot_supported"
|
||||
type: Boolean
|
||||
scope: System
|
||||
scope: Public
|
||||
access: Readonly
|
||||
prop_name: "ro.init.userspace_reboot.is_supported"
|
||||
integer_as_bool: true
|
||||
|
|
Loading…
Reference in a new issue