MessagingServiceConstants
@ExperimentalCarApi
class MessagingServiceConstants
Constants related to messaging in Android Auto
Summary
Constants |
|
|---|---|
const 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
const val ACTION_HANDLE_CAR_MESSAGING = "androidx.car.app.messaging.action.HANDLE_CAR_MESSAGING": String!
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.