[[["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 2025-02-23 UTC."],[[["DpcMigrationAccessWifiStatePermissionMissingException is a type of DpcMigrationException indicating the DPC lacks necessary permissions."],["This exception specifically arises when the DPC is missing the ACCESS_WIFI_STATE permission required on Android 12 and later."],["This permission is essential for the DPC to manage Wi-Fi settings and functionalities during device provisioning or policy enforcement."]]],["The `DpcMigrationAccessWifiStatePermissionMissingException` occurs when a DPC (Device Policy Controller) lacks the `ACCESS_WIFI_STATE` permission required for Android 12. This exception inherits from `DpcMigrationException`, and further back from `Exception` and `Throwable`. Inherited functions from `Throwable` manage stack trace, suppressed exceptions, and cause. It also includes the ability to obtain a localized message, along with the inherited properties for `cause` and `message`.\n"]]