4

Is there a Leanback library support for API level 19 of Android? In this link https://developer.android.com/reference/android/support/v17/leanback/package-summary.html Google says it supports API level 21+. So I am not sure if there's a support for API level 19.

Micer
  • 8,731
  • 3
  • 79
  • 73
  • I have tested it on my Android 4.4.2 STB, the [Leanback](https://github.com/googlesamples/androidtv-Leanback) running fine. – Rahul Matte Feb 24 '15 at 11:11
  • 1
    I'm not sure where it says that. I think that since it is v17.Leanback, it should work all the way down to API level 17. – Nick Felker Nov 21 '15 at 22:26

1 Answers1

0

LeanBack was introduced in the support library v21 so no it is not in v19

http://developer.android.com/tools/support-library/features.html#v17-leanback

if you are asking if you can use this in android version 19 aka 4.4 yes just use support library v21

tyczj
  • 71,600
  • 54
  • 194
  • 296