컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
TV 서비스 제공업체
Android TV 채널을 제공합니다.
최근 업데이트 |
안정화 버전 |
출시 후보 버전 |
베타 버전 |
알파 버전 |
2025년 5월 7일 |
1.1.0 |
- |
- |
- |
종속 항목 선언
TVProvider의 종속 항목을 추가하려면 프로젝트에 Google Maven 저장소를 추가해야 합니다. 자세한 내용은 Google Maven 저장소를 읽어보세요.
다음과 같이 앱 또는 모듈의 build.gradle
파일에 필요한 아티팩트의 종속 항목을 추가합니다.
Groovy
dependencies {
implementation "androidx.tvprovider:tvprovider:1.1.0"
}
Kotlin
dependencies {
implementation("androidx.tvprovider:tvprovider:1.1.0")
}
종속 항목에 관한 자세한 내용은 빌드 종속 항목 추가를 참고하세요.
의견
제출하신 의견은 Jetpack을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.
새로운 문제 제출하기
자세한 내용은 Issue Tracker 문서를 참고하세요.
버전 1.1.0
버전 1.1.0
2025년 5월 7일
androidx.tvprovider:tvprovider:1.1.0
이 출시되었습니다. 버전 1.1.0에는 이 커밋이 포함되어 있습니다.
버전 1.1.0-beta01
2025년 4월 9일
androidx.tvprovider:tvprovider:1.1.0-beta01
이 출시되었습니다. 버전 1.1.0-beta01에는 이 커밋이 포함되어 있습니다.
API 변경사항
PreviewChannelHelper.getAllChannels()
에서 비정상 종료 문제를 해결했습니다. (I5041f)
버그 수정
외부 기여
- 가로세로 비율에 대한 공개 액세스를 위해
TvContractCompact.PreviewProgramColumns
인터페이스에서 RestrictTo(LIBRARY)
주석을 삭제했습니다. (Id610a, b/138150076)
PreviewProgram.PROJECTION
및 WatchNextProgram.PROJECTION
를 공개하기 위해 RestrictTo(LIBRARY)
주석을 삭제했습니다. (I04256, b/138150076)
버전 1.1.0-alpha01
2020년 8월 19일
androidx.tvprovider:tvprovider:1.1.0-alpha01
가 출시되었습니다. 버전 1.1.0-alpha01에 포함된 커밋을 확인하세요.
버그 수정
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# TV Provider\n===========\n\n[Code Sample](https://github.com/android/tv-samples) \nAPI Reference \n[androidx.tvprovider.media.tv](/reference/kotlin/androidx/tvprovider/media/tv/package-summary) \nProvide Android TV channels. \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|---------------|------------------------------------------------------|-------------------|--------------|---------------|\n| May 7, 2025 | [1.1.0](/jetpack/androidx/releases/tvprovider#1.1.0) | - | - | - |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on TVProvider, you must add the Google Maven repository to your\nproject. Read [Google's Maven repository](/studio/build/dependencies#google-maven)\nfor more information.\n\nAdd the dependencies for the artifacts you need in the `build.gradle` file for\nyour app or module: \n\n### Groovy\n\n```groovy\ndependencies {\n implementation \"androidx.tvprovider:tvprovider:1.1.0\"\n}\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n implementation(\"androidx.tvprovider:tvprovider:1.1.0\")\n}\n```\n\nFor more information about dependencies, see [Add build dependencies](/studio/build/dependencies).\n\nFeedback\n--------\n\nYour feedback helps make Jetpack better. Let us know if you discover new issues or have\nideas for improving this library. Please take a look at the\n[existing issues](https://issuetracker.google.com/issues?q=componentid:878254%20status:open)\nin this library before you create a new one. You can add your vote to an existing issue by\nclicking the star button.\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=878254&template=1442004)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nVersion 1.1.0\n-------------\n\n### Version 1.1.0\n\nMay 7, 2025\n\n`androidx.tvprovider:tvprovider:1.1.0` is released. Version 1.1.0 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/1f50b1ce3e6505df3f1906c60bbf6b1f9d845af0..cc54e3d74495af6183b9e0067e4dbb4806941c17/).\n\n### Version 1.1.0-beta01\n\nApril 9, 2025\n\n`androidx.tvprovider:tvprovider:1.1.0-beta01` is released. Version 1.1.0-beta01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/96eb302ee1740ba656c90c9fb27df3723a1a89c1..1f50b1ce3e6505df3f1906c60bbf6b1f9d845af0/tvprovider/tvprovider).\n\n**API Changes**\n\n- Fixed a crash in `PreviewChannelHelper.getAllChannels()`. ([I5041f](https://android-review.googlesource.com/#/q/I5041f69e658dec535930c478f674cf5a29dd57bf))\n\n**Bug Fixes**\n\n- This library now uses [JSpecify nullness annotations](https://jspecify.dev/), which are type-use. Kotlin developers should use the following compiler argument to enforce correct usage: `-Xjspecify-annotations=strict` (this is the default starting with version 2.1.0 of the Kotlin compiler). ([I4fcdf](https://android-review.googlesource.com/#/q/I4fcdf3ed392d15751627922d586eac18f821d0d2), [b/326456246](https://issuetracker.google.com/issues/326456246))\n\n**External Contribution**\n\n- Removed `RestrictTo(LIBRARY)` annotation from `TvContractCompact.PreviewProgramColumns` interface for public access of aspect ratio. ([Id610a](https://android-review.googlesource.com/#/q/Id610a80aa6017ea88586fdb78ef2254e27ad4bb9), [b/138150076](https://issuetracker.google.com/issues/138150076))\n- Removed `RestrictTo(LIBRARY)` annotation from `PreviewProgram.PROJECTION` and `WatchNextProgram.PROJECTION` for making them public ([I04256](https://android-review.googlesource.com/#/q/I042568f082661ca0c10cb0f757a6715f499b52cc), [b/138150076](https://issuetracker.google.com/issues/138150076))\n\n### Version 1.1.0-alpha01\n\nAugust 19, 2020\n\n`androidx.tvprovider:tvprovider:1.1.0-alpha01` is released. [Version 1.1.0-alpha01 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/96eb302ee1740ba656c90c9fb27df3723a1a89c1/tv-provider/tv-provider)\n\n**Bug Fixes**\n\n- PreviewChannelHelper was made backward compatible with older Android API versions (\\\u003c26) by doing a no-op now. ([aosp/1310579](https://android-review.googlesource.com/c/platform/frameworks/support/+/1310579), [b/136123939](https://issuetracker.google.com/issues/136123939))\n- PreviewChannel now handles the nullability in the `setDescription` method. ([aosp/1310577](https://android-review.googlesource.com/c/platform/frameworks/support/+/1310577), [b/119800858](https://issuetracker.google.com/issues/119800858))"]]