blob: 191a6dbcc9c54985559a095619e153daf446c033 [file] [log] [blame]
# Read ro.boot.hardware.sku. Needed by Regulatory Info screen of Settings app.
# Normally this property is a default_prop which is readable by anybody, but on marlin/sailfish
# init_mid needs to be able to set this property and thus this property had to be relabelled as
# a new type, hw_sku_pop. This in turn requires us to grant system_app read access to this property
# label.
get_prop(system_app, hw_sku_prop);
# Needed by Settings app's TelephonyMonitorPreferenceController, available only on a subset of
# userdebug and eng devices
userdebug_or_eng(`set_prop(system_app, radio_prop)')
# Needed by Settings app's CameraLaserSensorPreferenceController
set_prop(system_app, camera_prop)