BrowserSystemSettingsLauncher

The browser exposes no way to open its settings, so every screen is unavailable.

Properties

Link copied to clipboard
open override val canOpenApplicationSettings: Boolean = false

Whether openApplicationSettings can open a screen on this platform.

Link copied to clipboard
open override val canOpenLocationServicesSettings: Boolean = false

Whether openLocationServicesSettings can open a screen on this platform.

Functions

Link copied to clipboard
open override fun openApplicationSettings(): Boolean

Opens the screen where the user manages this application's location permission, and returns whether the screen opened.

Link copied to clipboard

Opens the screen where the user turns system location services on, and returns whether the screen opened.