PolyOS API Limitations & Requirements
Google Play Service
PolyOS does NOT support Google Play Service. Applications that require Google Play Services do NOT work on Poly hardware.
Android Camera API
The android.hardware.camera class
was deprecated in API level 21 and is NOT supported by Poly. We recommend using the new android.hardware.camera2 API for new applications.
Call State of the App
Call state of the app is a mandatory Class. At a minimum, you must implement IDLE
and IN_CALL
.
The classes ON_HOLD
, SHARING_CONTENT
, and SHARING_WHITEBOARD
are optional.