Clarify channel-breaking warnings on bloat list#19
Merged
Conversation
Real-device finding on a Shield: com.android.providers.tv was disabled, which broke Apple TV's Up Next / Continue Watching channel because the TvProvider is the system content provider where every streaming app publishes its Watch Next entries. The previous description only mentioned Pandora and the Live Channels API — users opting in didn't realize they were also killing app channels. - com.android.providers.tv: now explicitly calls out Apple TV / Netflix / Disney+ Continue Watching channels alongside Pandora and Live Channels. Risk stays High; default stays N. - com.google.android.tvrecommendations: clarifies the disable removes both Sponsored rows AND home-screen Watch Next rows on the stock launcher, and that it's a no-op on third-party launchers. - com.google.android.leanbacklauncher.recommendations: notes it only applies to the older Leanback launcher. No behavioral change — wording only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wording-only fix surfacing the actual cost of disabling three packages.
Background
On a real Shield I found `com.android.providers.tv` disabled, which broke Apple TV's "Up Next" / "Continue Watching" channel — because the TvProvider is the system content provider where Apple TV / Netflix / Disney+ / etc. all publish their Watch Next entries. The user opted in to disabling it because the existing description only mentioned Pandora and the Live Channels API — not the much more user-visible cost of breaking app channels.
Changes
Verification