OSDN Git Service

sensor: Skip additional permission request checks
authorMatt Filetto <matt.filetto@gmail.com>
Mon, 21 Dec 2015 04:22:04 +0000 (20:22 -0800)
committerEthan Chen <intervigil@gmail.com>
Mon, 21 Dec 2015 16:54:18 +0000 (08:54 -0800)
commitb17c928090764a0bdefefa17ae31326e02b55d62
treed8ffa2c5aed2dedf89c732e7734daaff66074481
parentcbd3e07921a7e7525d88c7606b1b8aeb32441804
sensor: Skip additional permission request checks

* Some legacy Samsung HALs supporting BODY_SENSOR types are
  incompatible with the new permission checks added in M.
  Extend the NO_SENSOR_PERMISSION_CHECK flags to cover more
  of the actual checks.

Change-Id: Id2b9b57d8151b0998d9233e0a6541e8c88e06af7
libs/gui/Sensor.cpp