We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a47bcc commit fd4769eCopy full SHA for fd4769e
examples/tv-app/android/java/TVApp-JNI.cpp
@@ -247,6 +247,8 @@ 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
251
+ // retrieving correct app's installation status
252
CommissionerDeclaration::CdError GetInstallationStatusOfApp(uint16_t vendorId, uint16_t productId) override
253
{
254
return CommissionerDeclaration::CdError::kAppInstallConsentPending;
0 commit comments