We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Android TV Casting library does not allow the tv-casting client app to pass in its own version of the ConfigurationManager. It is currently set up to use this implementation in the SDK which has some hardcoded values: https://github.com/project-chip/connectedhomeip/blob/master/src/platform/android/java/chip/platform/PreferencesConfigurationManager.java
We should let the tv-casting-app provide its own ConfigurationManager implementation and not use the hardcoded one.
android
No response
The text was updated successfully, but these errors were encountered:
sharadb-amazon
Successfully merging a pull request may close this issue.
Feature description
The Android TV Casting library does not allow the tv-casting client app to pass in its own version of the ConfigurationManager. It is currently set up to use this implementation in the SDK which has some hardcoded values: https://github.com/project-chip/connectedhomeip/blob/master/src/platform/android/java/chip/platform/PreferencesConfigurationManager.java
We should let the tv-casting-app provide its own ConfigurationManager implementation and not use the hardcoded one.
Platform
android
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: