Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Android Auto opening the landing screen on launch #21084

Open
pagrey opened this issue Oct 19, 2024 · 5 comments
Open

Prevent Android Auto opening the landing screen on launch #21084

pagrey opened this issue Oct 19, 2024 · 5 comments
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning

Comments

@pagrey
Copy link

pagrey commented Oct 19, 2024

Describe the idea

Is is possible to prevent the initial menu or landing screen from appearing when Android Auto or AA is launched? This doesn't happen on the App. I don't mind doing a custom build if somebody could point me in the correct direction. I've been looking through the source files and making a few changes but haven't had any success. NavigationSession.java and the LandingScreen.kt is generally where I've been looking. Any help would be appreciated.

Expected behaviour

Android Auto should act like the App.

Alternatives you've considered

A custom build is fine.

Context

No response

@vshcherb
Copy link
Member

What do you mean by the initial menu or landing screen ? Any screenshot?

@pagrey
Copy link
Author

pagrey commented Oct 20, 2024

The landing screen is shown here in the documentation. It's the menu shown with "Free ride" at the top.

@vshcherb
Copy link
Member

Got it. Probably you can disable items here

return PlaceListNavigationTemplate.Builder()
or choose different template

@vshcherb vshcherb added the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label Oct 21, 2024
@pagrey
Copy link
Author

pagrey commented Oct 21, 2024

I appreciate the help, I don't want to disable or edit the landing screen. It is required to interact with OsmAnd while running in Android Auto. I want to prevent it from appearing when OsmAnd is launched.

@vshcherb
Copy link
Member

Good question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning
Projects
None yet
Development

No branches or pull requests

2 participants