The same Application run on different smart phones has different behavior.
1. Not show microphone icon
2. Show microphone icon but not working when click it.
Gradle setting:
android {
compileSdk 34
defaultConfig {
applicationId "com.test.mobile"
minSdkVersion 23
targetSdkVersion 34
multiDexEnabled true
}
...
}
dependencies {
implementation "androidx.car.app:app:1.4.0-rc02"
}
Source: View source