createIntent

fun createIntent(context: Context): Intent

Creates an intent to launch the LocationRequestActivity.

The intent is configured with FLAG_ACTIVITY_NEW_TASK to allow launching from non-Activity contexts (such as from a service or application context).

Return

An intent configured to launch LocationRequestActivity

Parameters

context

The context from which to launch the activity