Is any other android devices having Leanback feature except AndroidTV? -
is other android devices having leanback feature except androidtv?
i want restrict app on play store android tv. so, have added manifest
<uses-feature android:name="android.software.leanback" android:required="true" />
from "https://developer.android.com/training/tv/start/start.html#declare leanback support"
is right way restrict androidtv on play store?
declare app uses leanback user interface required android tv. if developing app runs on mobile (phones, wearables, tablets, etc.) android tv, set required attribute value false. if set required attribute value true, app run on devices use leanback ui.
the way interpret this, limits app tv.
Comments
Post a Comment