Skip to content

Commit 260263b

Browse files
committed
docs: added note regarding Android API level to backend-platform README
1 parent 6f52fdc commit 260263b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/backend-platform/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ This plugin is the platform-specific backend implementation for RN Ottrelite Cor
2626

2727
## Supported features
2828

29-
| Feature | Support level |
29+
| Feature | Support level (compile-time) |
3030
| --------------------------------------------- | --------------------------------------------- |
3131
| synchronous traces (`{begin,end}Event`) | Android: API level $\geqslant 23$ (Android M) |
3232
| asynchronous traces (`{begin,end}AsyncEvent`) | Android: API level $\geqslant 29$ (Android Q) |
3333
| counter events (`counterEvent`) | Android: API level $\geqslant 29$ (Android Q) |
3434

35+
> [!NOTE]
36+
> The support levels above mean that the application must be **compiled** with at least the given `minSdkVersion`. This is because those APIs are not available on older Android versions and therefore it is not possible to compile the native code against older SDKs.
37+
3538
## Use case coverage
3639

3740
This backend is designed to cover development-time use cases, such as:

0 commit comments

Comments
 (0)