Skip to content

我安装在我的谷歌电视棒上面,不能显示在首页,只能在全部软件上才找到 #41

@TGLie

Description

@TGLie

我查了一下是需要在 AndroidManifest.xml 上加入 LEANBACK_LAUNCHER
例如:

<intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
    <!-- 必须添加LEANBACK类别 -->
    <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions