MessagingServiceConstants

@ExperimentalCarApi
public class MessagingServiceConstants


Constants related to messaging in Android Auto

Summary

Constants

static final String
ACTION_HANDLE_CAR_MESSAGING = "androidx.car.app.messaging.action.HANDLE_CAR_MESSAGING"

Used to declare Android Auto messaging support within an app's manifest

Constants

ACTION_HANDLE_CAR_MESSAGING

Added in 1.3.0
public static final String ACTION_HANDLE_CAR_MESSAGING = "androidx.car.app.messaging.action.HANDLE_CAR_MESSAGING"

Used to declare Android Auto messaging support within an app's manifest

Specifically, this bit should be added to an android.app.IntentService as the IntentFilter's action. When declared, apps will show up in Android Auto's app launcher with the "default" / "built-in" in-car messaging experience.