Skip to content

Commit

Permalink
sepolicy: Allow camera properties changes in user builds am: 0b4021a
Browse files Browse the repository at this point in the history
…am: 5ae2384

am: e7e3000

Change-Id: I241fdffcbc7c0c9dbb68aeef1e930d00b49d4774
  • Loading branch information
epeevs authored and android-build-merger committed Jan 10, 2018
2 parents 91af4cb + e7e3000 commit fb4121d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sepolicy/system_app.te
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ get_prop(system_app, hw_sku_prop);
# userdebug and eng devices
userdebug_or_eng(`set_prop(system_app, radio_prop)')

# Needed by Settings app's CameraLaserSensorPreferenceController, available only on a subset of
# userdebug and eng devices
userdebug_or_eng(`set_prop(system_app, camera_prop)')
# Needed by Settings app's CameraLaserSensorPreferenceController
set_prop(system_app, camera_prop)

0 comments on commit fb4121d

Please sign in to comment.