Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
59 views

I want to develop a really simple app to control the radio using Android Automotive OS. I created a proof of concept (POC), but from what I found online (there isn’t much Android Automotive ...
Beesz's user avatar
  • 1,039
1 vote
1 answer
44 views

I'm working on an Android music streaming app with Android Auto integration. After extensive research through our codebase and Android documentation, I need to confirm whether the queue button in ...
Sarthak Garg's user avatar
2 votes
0 answers
188 views

I'm working on an Android Automotive OS system build, and I want to center the Activity Chooser dialog position (i.e. ResolverActivity) on the screen using a theme overlay only — no Java code ...
Satyasarathi's user avatar
0 votes
0 answers
51 views

On tap of a notification it does not go into the app on an Android Automotive emulator. But the same works on an Android Automotive device. Is there a way to make this work on the emulator? I am able ...
Harshapaul Pinto's user avatar
0 votes
0 answers
79 views

After device boot I can see two instance of systemui one for user 0 and one for user 10 console:/ # ps -A | grep systemui u10_a98 3747 515 15378516 171208 do_epoll_wait 0 S com.android....
R_K's user avatar
  • 1,063
0 votes
1 answer
43 views

I am wondering whether Android allows OEM to extend or modify the CTS tests to match the device specific changes. If allowed, do we have documentation on the guideline. If not allowed, what does ...
Mani Vannan's user avatar
1 vote
1 answer
117 views

I'm trying to understand the exact behavior of ConnectivityManager.getActiveNetwork() in the context of Per-Application Network Selection (PANS) in Android Automotive. The official documentation says: ...
CaptianR's user avatar
0 votes
1 answer
133 views

I'm running an Android Automotive 15 on a Raspberry Pi 4b, and trying to get an own app into the AAOS image of the Raspberry PI. The app is just to read some sensors and display current values. In my ...
Lucas Alisch's user avatar
0 votes
1 answer
597 views

I have added in the below following path: hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h const ConfigDeclaration kVehicleProperties[]{ { .config = { .prop = ...
Star's user avatar
  • 667
1 vote
2 answers
116 views

Below is the code I'm using, but it's causing the image to blur. I've tried both XML and PNG formats—XML appears blurry, while the PNG image looks pixelated and broken. private fun getIcon(type: ...
raagull sakthivel's user avatar
0 votes
0 answers
53 views

In this example, I just want to get the HTML from Google and show it in my Screen. I have a loading screen, until the response arrived, so the Screen can be updated. The problem is, that the UI Screen ...
cincout's user avatar
0 votes
0 answers
78 views

In car, there is an overlay displaying on top of status bar for applications in full screen when swipe down on top of status bar. Again when swipe down, notification panel is displaying. But I want to ...
Star's user avatar
  • 667
0 votes
1 answer
190 views

followMyLocation in GoogleMap requires implementation of NavigationApi.NavigatorListener interface. When at first run on an Android mobile device this interface opens automoatically a dialog asking to ...
Emrah's user avatar
  • 3
1 vote
1 answer
228 views

I want to create an app that displays the route from my current location to a destination using an in-app map, rather than opening an external maps application automatically. Using NavigationTemplate ...
Paras Palli's user avatar
0 votes
1 answer
113 views

im trying to add custom marker in this template but I couldn't can someone help me with this override fun onGetTemplate(): Template { val itemListBuilder = ItemList.Builder().setNoItemsMessage(...
raagull sakthivel's user avatar

15 30 50 per page
1
2 3 4 5
16