AndroidSystemSettingsLauncher

Opens Android settings screens related to location.

Parameters

context

Any Context; a context that cannot reach an activity launches the screen in a new task.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

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

Whether openApplicationSettings can open a screen on this platform.

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

Whether openLocationServicesSettings can open a screen on this platform.

Functions

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

Opens this application's details screen in the system settings, where the user manages its permissions.

Link copied to clipboard

Opens the location settings screen, where the user turns location services on.