Leanback是什么

来源:互联网 发布:手机端淘宝店招怎么做 编辑:程序博客网 时间:2024/06/05 17:08

关于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>

1 2
原创粉丝点击