Exercise 1: An App "Lost" Microphone Access Overnight — Possible Solution ==================================================================== THE MOST LIKELY CAUSE ------------------------------ Per this chapter's own warn-box, "turning off 'Microphone access' at the system-wide level disables it for every app, regardless of whatever each individual app's own toggle is set to underneath." The most likely cause isn't that the specific app's own permission changed at all - it's that the global, system-wide microphone toggle in Privacy & Security was switched off, which silently disables microphone access for every app at once regardless of each app's own individual setting. WHY "NO CHANGES MADE INSIDE THE APP" IS CONSISTENT WITH THIS CAUSE ------------------------------ The user reporting no changes inside the app itself actually supports this explanation rather than ruling it out - per this chapter, the global toggle overrides every per-app toggle "regardless" of their individual state, meaning the app's own permission setting could be completely unchanged and still have no effect once the global switch is off. This is exactly the scenario this chapter calls "a common, easy-to-repeat troubleshooting miss." WHERE TO CHECK FIRST ------------------------------ Per this chapter, the fix is to check the system-wide switch before the per-app list - Settings > Privacy & security > Microphone, looking at the top-level "Microphone access" toggle first, rather than immediately diving into the specific app's own entry further down the same page. If the global toggle is off, no per-app setting matters until it's turned back on. WHY CHECKING THE GLOBAL TOGGLE FIRST IS THE RIGHT ORDER ------------------------------ Starting with the per-app list first (a natural instinct, since the symptom is specific to one app) wastes time investigating a setting that was never the actual problem, per this chapter's own explicit naming of this exact troubleshooting pattern. Checking the global toggle first rules out the more common cause before spending time on the less likely one. WHY THIS WORKS AS AN ANSWER ------------------------------ It identifies the global-toggle override as the specific cause named in this chapter's own warn-box, explains why the user's own observation doesn't contradict that explanation, and names the specific setting and the correct order to check it in, rather than a generic "check permissions" answer.