const SUGGESTED_BUNDLE_PREFIXES: &[&str];Expand description
Suggested-app heuristic (M-AUDIO-SYS.3 / AUT-288). Best-effort baseline list of bundle-id prefixes the recorder thinks the user probably wants when they click the “Suggested” chip: browsers, media / streaming apps, and comm apps. Excludes system services + the recorder itself by omission.
Match is prefix-based so versioned bundles like
com.google.Chrome.beta still hit. PRs welcome — this is a
pragmatic baseline, not a curated taxonomy.