002d96f2c8
The Android aarch64 compiler cannot infer the type of `let hotkey = None` inside the `#[cfg(target_os = "android")]` block — it needs to know the Option's inner type to resolve the rebinding downstream. Added `: Option<&'static str>` to match the parameter type and match the non-Android path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>