Stay organized with collections
Save and categorize content based on your preferences.
public interface Manager
Known indirect subclasses
A manager that extends the services provided by androidx.car.app.CarContext
. These manager can be obtained from getCarService
or getCarService
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[],null,["# Manager\n=======\n\nArtifact: [androidx.car.app:app](/jetpack/androidx/releases/car-app) \n[View Source](https://cs.android.com/search?q=file:androidx/car/app/managers/Manager.java+class:androidx.car.app.managers.Manager) \nAdded in [1.1.0](/jetpack/androidx/releases/car-app#1.1.0)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/car/app/managers/Manager \"View this page in Kotlin\") \\|Java\n\n\n```\npublic interface Manager\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[AppManager](/reference/androidx/car/app/AppManager), [CarHardwareManager](/reference/androidx/car/app/hardware/CarHardwareManager), [ConstraintManager](/reference/androidx/car/app/constraints/ConstraintManager), [MediaPlaybackManager](/reference/androidx/car/app/media/MediaPlaybackManager), [NavigationManager](/reference/androidx/car/app/navigation/NavigationManager), [ScreenManager](/reference/androidx/car/app/ScreenManager), [SuggestionManager](/reference/androidx/car/app/suggestion/SuggestionManager) \n\n|--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AppManager](/reference/androidx/car/app/AppManager) | Manages the communication between the app and the host. |\n| [CarHardwareManager](/reference/androidx/car/app/hardware/CarHardwareManager) | Manages access to car hardware specific properties and sensors. |\n| [ConstraintManager](/reference/androidx/car/app/constraints/ConstraintManager) | Manages various constraints on the library as enforced by the host. |\n| [MediaPlaybackManager](/reference/androidx/car/app/media/MediaPlaybackManager) | Manager for communicating Media Session Token the host. |\n| [NavigationManager](/reference/androidx/car/app/navigation/NavigationManager) | Manager for communicating navigation related events with the host. |\n| [ScreenManager](/reference/androidx/car/app/ScreenManager) | Manages the stack of [Screen](/reference/androidx/car/app/Screen)s and their respective [Lifecycle](/reference/androidx/lifecycle/Lifecycle)s. |\n| [SuggestionManager](/reference/androidx/car/app/suggestion/SuggestionManager) | Manager for communicating Suggestions related events with the host. |\n\nKnown indirect subclasses \n[AutomotiveCarHardwareManager](/reference/androidx/car/app/hardware/AutomotiveCarHardwareManager), [TestAppManager](/reference/androidx/car/app/testing/TestAppManager), [TestNavigationManager](/reference/androidx/car/app/testing/navigation/TestNavigationManager), [TestScreenManager](/reference/androidx/car/app/testing/TestScreenManager) \n\n|---------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AutomotiveCarHardwareManager](/reference/androidx/car/app/hardware/AutomotiveCarHardwareManager) | [CarHardwareManager](/reference/androidx/car/app/hardware/CarHardwareManager) which uses Android Automotive OS APIs to access properties, sensors, and actions. |\n| [TestAppManager](/reference/androidx/car/app/testing/TestAppManager) | The [AppManager](/reference/androidx/car/app/AppManager) that is used for testing. |\n| [TestNavigationManager](/reference/androidx/car/app/testing/navigation/TestNavigationManager) | The [NavigationManager](/reference/androidx/car/app/navigation/NavigationManager) that is used for testing. |\n| [TestScreenManager](/reference/androidx/car/app/testing/TestScreenManager) | The [ScreenManager](/reference/androidx/car/app/ScreenManager) that is used for testing. |\n\n*** ** * ** ***\n\nA manager that extends the services provided by [androidx.car.app.CarContext](/reference/androidx/car/app/CarContext). These manager can be obtained from [getCarService](/reference/androidx/car/app/CarContext#getCarService(java.lang.Class\u003cT\u003e)) or [getCarService](/reference/androidx/car/app/CarContext#getCarService(java.lang.String))"]]