Skip to content

Commit 915c905

Browse files
committed
Android platforms supported
1 parent 2e86aa6 commit 915c905

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

articles/communication-services/concepts/includes/best-practices-native.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Here are the minimum OS platform requirements to ensure optimal functionality of
3030
- Support for Android API Level 21 or Higher.
3131
- Support for Java 7 or higher.
3232
- Support for Android Studio 2.0.
33-
- **Android Auto** and **IoT devices running Android** are currently not supported.
33+
-
34+
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?android-calling-sdk-support)
3435

3536
### [Windows](#tab/windows)
3637

articles/communication-services/concepts/sdk-options.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,20 @@ Publishing locations for individual SDK packages:
6868
- Support for Android API Level 21 or Higher
6969
- Support for Java 7 or higher
7070
- Support for Android Studio 2.0
71-
- **Android Auto (AAOS)** and **IoT devices running Android** are currently not supported
71+
72+
The Android ecosystem is extensive, encompassing various versions and specialized platforms designed for diverse types of devices. The next table lists the key Android platforms currently available:
73+
74+
| Type | Devices | Description | Support |
75+
| --------------------------------------- | ---------- | ----------------------------------------------------------| ------- |
76+
|[Android Commercial](https://developer.android.com/get-started) | Commercial smartphones and tablets.| Standard Android OS designed for smartphones and tablets.|✔️ |
77+
|[Android Open Source Project (AOSP)](https://source.android.com/) | Custom smartphones or tablets, kiosks, and custom devices |AOSP is the base code that device manufacturers can modify and customize for their hardware.||
78+
|[Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive) | In-vehicle infotainment systems | AAOS is a full-stack, open-source platform tailored specifically for vehicles. Runs directly on the vehicle's hardware.||
79+
|[Android Auto](https://www.android.com/auto/) | In-vehicle infotainment systems (mirroring) | Android platform equivalent to Apple CarPlay. Allows driver to mirror their phone to a car’s built-in screens. ||
80+
|[Android TV](https://developer.android.com/tv) | Smart TVs and streaming devices. | Optimized for the TV experience, focused on streaming services and gaming.||
81+
|[Wear OS](https://wearos.google.com/) | Smartwatches and wearables devices. | Simplified user interface and lower power consumption, designed to operate on small screens with limited hardware.||
82+
|[Android Things](https://developer.android.com/reference/com/google/android/things/AndroidThings) | IoT devices (for example, smart home hubs, connected devices)| Simplified version of Android with a focus on low power consumption and connectivity. ||
83+
84+
You're welcome to validate the scenario that aligns with your application, even if the current versions don't support it. We strongly encourage you to reach out to us before starting your development to identify the best approach.
7285

7386
#### iOS Calling SDK support
7487

@@ -133,7 +146,7 @@ In the future we may retire versions of the Communication Services SDKs, and we
133146

134147
**You've integrated the v24 version of the SMS REST API into your application. Azure Communication releases v25.**
135148

136-
You'll get three years warning before these APIs stop working and are forced to update to v25. This update might require a code change.
149+
You get three years warning before these APIs stop working and are forced to update to v25. This update might require a code change.
137150

138151
**You've integrated the v2.02 version of the Calling SDK into your application. Azure Communication releases v2.05.**
139152

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ For example, this iframe allows both camera and microphone access:
151151
- Support for Android API Level 21 or Higher
152152
- Support for Java 7 or higher
153153
- Support for Android Studio 2.0
154-
- **Android Auto** and **IoT devices running Android** are currently not supported
154+
155+
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?android-calling-sdk-support)
155156

156157
## iOS Calling SDK support
157158

0 commit comments

Comments
 (0)