ViewModel 和 Leanback 片段

ViewModel and leanback fragments

如何将 android.arch.lifecycle.ViewModel 与 Leanback 片段一起使用?例如 GuidedStepFragment extends android.app.Fragment 不能通过 ViewModelProviders.of(fragment).get(viewModelClass) 在 ViewModel 实例创建中使用,因为方法 ViewModelProviders.of 需要 android.support.v4.app.Fragment。 我是不是遗漏了什么或者 ViewModel 不能用于 leanback 片段?

Leanback 开发人员,您好?为什么要扩展 android.app.Fragment 而不是 android.support.v4.app.Fragment

27.1.0

开始的 leanback 中有 GuidedStepSupportFragment(扩展 android.support.v4.app.Fragment