[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `HarmfulAppsData` class holds information about potentially harmful Android apps. It stores three key data points: `apkCategory`, an integer defining the app's harmful category as per `VerifyAppsConstants`; `apkPackageName`, a string identifying the app's package name; and `apkSha256`, a byte array representing the app's APK file's SHA-256 hash. It has methods like `describeContents()` and `writeToParcel()`, and contains constants like `NULL`, `CONTENTS_FILE_DESCRIPTOR`, `PARCELABLE_WRITE_RETURN_VALUE`.\n"]]