Skip to content

Commit 96c7398

Browse files
committed
Modify the table
1 parent 96f6d15 commit 96c7398

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here are the minimum OS platform requirements to ensure optimal functionality of
3131
- Support for Java 7 or higher.
3232
- Support for Android Studio 2.0.
3333

34-
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?#android-calling-sdk-support)
34+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
3535

3636
### [Windows](#tab/windows)
3737

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,22 @@ Publishing locations for individual SDK packages:
6969
- Support for Java 7 or higher
7070
- Support for Android Studio 2.0
7171

72+
##### Android platform support
73+
7274
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:
7375

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.
76+
| Devices & scenarios | Description | Support |
77+
| ----------------------- | -----------------------------------------------------------------------------------------| ----------------- |
78+
| Phones and tablets | Standard devices running [Android Commercial](https://developer.android.com/get-started). | Full support |
79+
| Mirror auto applications | Apps that allow driver to mirror their phone to a car’s built-in screens, running [Android Auto](https://www.android.com/auto/). | Partially support <sup>1</sup> |
80+
| TV apps or gaming | Apps running running [Android TV](https://developer.android.com/tv), optimized for the TV experience, focused on streaming services and gaming. | Partially support <sup>1</sup> |
81+
| Smartwatches or wearables devices | Simple user interface and lower power consumption, designed to operate on small screens with limited hardware, using [Wear OS](https://wearos.google.com/). | Partially support <sup>1</sup> |
82+
| Automobile scenarios | Car head units running [Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive). | Partially support <sup>1</sup> |
83+
| Custom devices | Custom devices or applications using [Android Open Source Project (AOSP)](https://source.android.com/), running custom operating systems for specialized hardware, like ruggedized devices, kiosks, or smart glasses; devices where performance, security, or customization is critical. | Partially support <sup>1</sup> |
84+
85+
**<sup>1</sup> Fully support audio calls and currently guarantee a video quality of 360p.**
86+
87+
Even if your use case is listed as partially supported, you can still use the Android SDK for development. We encourage you to reach out to us before you begin your project. This approach allows us to help identify the best approach tailored to your specific scenario and ensure that any limitations or requirements are addressed early in the process, optimizing the integration, and performance for your application.
8588

8689
#### iOS Calling SDK support
8790

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For example, this iframe allows both camera and microphone access:
152152
- Support for Java 7 or higher
153153
- Support for Android Studio 2.0
154154

155-
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?#android-calling-sdk-support)
155+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
156156

157157
## iOS Calling SDK support
158158

0 commit comments

Comments
 (0)