Skip to main content
Version: 20 Mar 2024

SettingsIntentsLauncher

NameSpace: MagicLeap

Public Methods

void LaunchSystemARCloudSettings

Utility function to launch the Magic Leap System Settings application and navigate to the AR Cloud page. This uses the Android Intents API to invoke the proper application intent.

public static void LaunchSystemARCloudSettings()

void LaunchSystemDisplaySettings

Utility function to launch the Magic Leap System Settings application and navigate to the display page. This uses the Android Intents API to invoke the proper application intent.

public static void LaunchSystemDisplaySettings()

void LaunchSystemSettings

Utility function to launch the Magic Leap System Settings application and navigate to the page of the provided intent name. This uses the Android Intents API to invoke the proper application intent.

public static void LaunchSystemSettings(
string intentName
)

Parameters

TypeNameDescription
stringintentNameName of the intent to launch the settings page for.

void LaunchSystemVoiceInputSettings

Utility function to launch the Magic Leap System Settings application and navigate to the voice input page. This uses the Android Intents API to invoke the proper application intent.

public static void LaunchSystemVoiceInputSettings()