leanback意思_laidback是什么意思

作者:

关于Leanback:

Declare Leanback support

Declare that your app uses the Leanback user interface required by Android TV. If you are developing an app that runs on mobile phones, wearables, tablets, etc.) as well as Android TV, set the required attribute value tofalse. If you set the required attribute value to true, your app will run only on devices that use the Leanback UI.

<manifest>

     <uses-feature android:name=”android.software.leanback”

    <android:required=”false” />

    …

</manifest>

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注