Skip to content

Commit fd4769e

Browse files
committed
Update with comment
1 parent 5a47bcc commit fd4769e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/tv-app/android/java/TVApp-JNI.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ class MyAppInstallationService : public AppInstallationService
247247
return ContentAppPlatform::GetInstance().LoadContentAppByClient(vendorId, productId) != nullptr;
248248
}
249249

250+
// TODO: Dummy code for Android OS, needs to be updated with package manager
251+
// retrieving correct app's installation status
250252
CommissionerDeclaration::CdError GetInstallationStatusOfApp(uint16_t vendorId, uint16_t productId) override
251253
{
252254
return CommissionerDeclaration::CdError::kAppInstallConsentPending;

0 commit comments

Comments
 (0)