Commit 3659568
Dan Albert
Correct "introduced" version for inline API.
Inlines don't actually have an "introduced" API level since they're
not a part of the system image. Typically they should haven't any
`__INTRODUCED_IN()` annotation (the one that was here unhelpfully
prevents app developers from calling this otherwise available API
until API 34), but in this case the API forwards to an out-of-line API
which was added in API 31, so we mirror that as recommended by
https://developer.android.com/ndk/guides/using-newer-apis#avoiding_repetition_of_api_guards.
Bug: None
Test: treehugger
Change-Id: I80edc4cf2f0f46c14f057fd3c1f4a222646bd15a1 parent 1750d7f commit 3659568
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
| 375 | + | |
377 | 376 | | |
378 | 377 | | |
379 | 378 | | |
| |||
0 commit comments