We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4769e commit 007460cCopy full SHA for 007460c
examples/tv-app/android/java/TVApp-JNI.cpp
@@ -247,7 +247,7 @@ class MyAppInstallationService : public AppInstallationService
247
return ContentAppPlatform::GetInstance().LoadContentAppByClient(vendorId, productId) != nullptr;
248
}
249
250
- // TODO: Dummy code for Android OS, needs to be updated with package manager
+ // TODO: Dummy code for Android OS, needs to be updated with package manager
251
// retrieving correct app's installation status
252
CommissionerDeclaration::CdError GetInstallationStatusOfApp(uint16_t vendorId, uint16_t productId) override
253
{
0 commit comments