const COMMANDS: &[&str] = &["keep_screen_on"]; fn main() { tauri_plugin::Builder::new(COMMANDS) .android_path("android") .ios_path("ios") .build(); }