Allow apps to read ro.init.userspace_reboot.is_supported

This property essentially implements
PowerManager.isRebootingUserspaceSupported[0] public API, hence apps
should be able to read it.

[0]: https://cs.android.com/android/_/android/platform/frameworks/base/+/73cab34d9f49013f4ede893aa00802b937d0d5a9:core/java/android/os/PowerManager.java;l=1397

Test: m checkbuild
Test: atest CtsUserspaceRebootHostSideTestCases
Test: adb shell getprop ro.init.userspace_reboot.is_supported
Bug: 135984674
Change-Id: I09cab09735760529de81eb6d5306f052ee408a6e
1 file changed