OSDN Git Service

Camera: Add support for notifying NFC stack when camera is active
authorEino-Ville Talvala <etalvala@google.com>
Thu, 20 Aug 2015 22:43:57 +0000 (15:43 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Sat, 22 Aug 2015 00:41:47 +0000 (17:41 -0700)
commit2e3215c9f6ac210a4ff3bdbb08a499b26042e212
tree22fd96dbc837da11ec381e2c29fb5fc21d1fe8d3
parente2ca8593a7f665eb4693fdc2802b4d3e36971b73
Camera: Add support for notifying NFC stack when camera is active

On some devices, NFC full poll operation and camera operation
interfere.  Add a system property ro.camera.notify_nfc.  When set to >
0, the NFC adapter will be notified to disable polling whenever the
camera is active.

Bug: 23393557
Change-Id: I7e22018900970cbbd3d34bd8b3974e0b1cc98a8d
core/java/android/hardware/ICameraServiceProxy.aidl
services/core/java/com/android/server/camera/CameraService.java