Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 57d7ea1cec2299bae200c9a72e5709bee32993e1
Author: Daniel Santiago Rivera <danysantiago@google.com>
Date: Fri Feb 26 14:44:02 2021
Make @ExperimentalRoomApi public
Bug: 181356119
Test: ./gradlew bOS
Relnote: n/a
Change-Id: I343800b1d3cb95641dab3d04fff6ad26fc8079ae
M room/runtime/api/2.3.0-beta03.txt
M room/runtime/api/current.txt
M room/runtime/api/public_plus_experimental_2.3.0-beta03.txt
M room/runtime/api/public_plus_experimental_current.txt
M room/runtime/api/restricted_2.3.0-beta03.txt
M room/runtime/api/restricted_current.txt
M room/runtime/src/main/java/androidx/room/ExperimentalRoomApi.java
https://android-review.googlesource.com/1610916
Branch: androidx-main
commit 57d7ea1cec2299bae200c9a72e5709bee32993e1
Author: Daniel Santiago Rivera <danysantiago@google.com>
Date: Fri Feb 26 14:44:02 2021
Make @ExperimentalRoomApi public
Bug: 181356119
Test: ./gradlew bOS
Relnote: n/a
Change-Id: I343800b1d3cb95641dab3d04fff6ad26fc8079ae
M room/runtime/api/2.3.0-beta03.txt
M room/runtime/api/current.txt
M room/runtime/api/public_plus_experimental_2.3.0-beta03.txt
M room/runtime/api/public_plus_experimental_current.txt
M room/runtime/api/restricted_2.3.0-beta03.txt
M room/runtime/api/restricted_current.txt
M room/runtime/src/main/java/androidx/room/ExperimentalRoomApi.java
Description
@ExperimentalRoomApi is package private, so APIs annotated with this are not currently being tracked as experimental by Metalava, and also external developers can't opt-in to these APIs (if they are even being enforced).