This repository was archived by the owner on May 20, 2025. It is now read-only.

Description
Hello,
On android in some case, I get an empty string instead of a null value when I call getUpdateMetadata with no arguments.
It seems normal since the native android code resolves getUpdateMetadata as an empty string in some cases.
But in the documentation it's written that getUpdateMetadata return a LocalPackage or null...
If I'm right, can you update the documentation or fix the code ?
Thanks.