python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Geofence is not created without enabling 'Improve Location Accuracy'
We are building an application that runs on Automotive OS in cars. Trying to build a geofence which the car exits, we want to do something.
I notice that fence is created only when 'Improve Location A...
cgr
Votes: 0
Answers: 1
How is config_systemUIFactoryComponent from System UI overlayed by Car / TV System UI?
In Androids System UI config_systemUIFactoryComponent is used to define the factory that shall be used for starting different System UI services.
<string name="config_systemUIFactoryComponent&...
tellob
Votes: 0
Answers: 1
AOSP emulator memory filling up very quickly
I'm currently working with AOSP and building an app for the Android Automotive OS. I have compiled the same code (checked out from version control) on two different PCs (both running Ubuntu). On one o...
Staartvin
Votes: 0
Answers: 1
How get SystemUI components replaced by CarSystemUI components in Android 12
Android 12 provides for example a specific implementation for the "Toast" for the car device. The source code of this can be found here: CarToastUI. This class extends ToastUI, which can be ...
tellob
Votes: 0
Answers: 0