Fixes for More UNKNOWN_INSTALLED Attributes
This release includes critical updates to address newly identified attributes that can trigger the UNKNOWN_INSTALLED status in DroidGuard.
Key Changes:
- Removed Problematic Attributes: The module now removes the
isOrphaned="true"andinstallInitiatorUninstalled="true"attributes, which were found to contribute toUNKNOWN_INSTALLEDverdicts. - Updated Package Source: The
packageSourceattribute is now consistently set to2(representingPACKAGE_SOURCE_STORE), ensuring apps are correctly identified as being from an official store.
These changes further enhance the module's ability to provide a "known" installation status for apps, improving compatibility and stability for users of Play Services.
Thanks to @gavdoc38 for the work.