This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new e4a8c3443 Splashscreen(android): Added notes regarding the requirement
of higher API minimums to be set depending on XML vectors features being used
or for adaptive-icons usage. (#1276)
e4a8c3443 is described below
commit e4a8c344347bc46aab178edbdc8055943d4ab670
Author: Norman Breau <[email protected]>
AuthorDate: Mon Dec 5 10:27:05 2022 -0400
Splashscreen(android): Added notes regarding the requirement of higher API
minimums to be set depending on XML vectors features being used or for
adaptive-icons usage. (#1276)
---
www/docs/en/11.x/core/features/splashscreen/index.md | 4 ++++
www/docs/en/dev/core/features/splashscreen/index.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/www/docs/en/11.x/core/features/splashscreen/index.md
b/www/docs/en/11.x/core/features/splashscreen/index.md
index bbc9c8f13..835453df7 100644
--- a/www/docs/en/11.x/core/features/splashscreen/index.md
+++ b/www/docs/en/11.x/core/features/splashscreen/index.md
@@ -437,6 +437,10 @@ _Note:_ This setting is available but use at your own risk.
The splash screen image. This preference is used for both animated and
non-animated icons. The current acceptable asset files can either be an XML
Vector Drwable or PNG.
+:warning: Using [Adaptive
Icons](https://medium.com/androiddevelopers/implementing-adaptive-icons-1e4d1795470e)
requires Minimum SDK 26 to be set.
+
+:warning: Some XML Vector
[features](https://developer.android.com/develop/ui/views/graphics/vector-drawable-resources)
requires Minimum SDK 24 to be set.
+
**Supported Platforms:**
- Android
diff --git a/www/docs/en/dev/core/features/splashscreen/index.md
b/www/docs/en/dev/core/features/splashscreen/index.md
index 025fb3a7f..1699ec8bc 100644
--- a/www/docs/en/dev/core/features/splashscreen/index.md
+++ b/www/docs/en/dev/core/features/splashscreen/index.md
@@ -437,6 +437,10 @@ _Note:_ This setting is available but use at your own risk.
The splash screen image. This preference is used for both animated and
non-animated icons. The current acceptable asset files can either be a XML
Vector Drawable or PNG.
+:warning: Using [Adaptive
Icons](https://medium.com/androiddevelopers/implementing-adaptive-icons-1e4d1795470e)
requires Minimum SDK 26 to be set.
+
+:warning: Some XML Vector
[features](https://developer.android.com/develop/ui/views/graphics/vector-drawable-resources)
requires Minimum SDK 24 to be set.
+
**Supported Platforms:**
- Android
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]