Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
Huh. There shouldn't be an app.BundleCompat
since the platform class is os.Bundle
. Let's see how that got there...
al...@google.com <al...@google.com> #3
Turns out app.BundleCompat
has been there the whole time.
We'll deprecate it in the next release and move the methods over to the proper os.BundleCompat
.
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit bf6169fe9ee1113065d0cf380bd2e09f31ce0a40
Author: Alan Viverette <alanv@google.com>
Date: Tue Mar 21 12:29:30 2023
Migrate app.BundleCompat to os.BundleCompat for parity with platform
Fixes: 274577000
Test: BundleCompatTest
Relnote: Deprecate app.BundleCompat in favor of os.BundleCompat
Change-Id: Idc3a212aff67f8193665a65ca8cc916f3327d3a4
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/src/androidTest/java/androidx/core/os/BundleCompatTest.java
M core/core/src/main/java/androidx/core/app/BundleCompat.java
M core/core/src/main/java/androidx/core/os/BundleCompat.java
https://android-review.googlesource.com/2507722
Branch: androidx-main
commit bf6169fe9ee1113065d0cf380bd2e09f31ce0a40
Author: Alan Viverette <alanv@google.com>
Date: Tue Mar 21 12:29:30 2023
Migrate app.BundleCompat to os.BundleCompat for parity with platform
Fixes: 274577000
Test: BundleCompatTest
Relnote: Deprecate app.BundleCompat in favor of os.BundleCompat
Change-Id: Idc3a212aff67f8193665a65ca8cc916f3327d3a4
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/src/androidTest/java/androidx/core/os/BundleCompatTest.java
M core/core/src/main/java/androidx/core/app/BundleCompat.java
M core/core/src/main/java/androidx/core/os/BundleCompat.java
my...@gmail.com <my...@gmail.com> #5
GetBinder checks Build.VERSION.SDK_INT >= 33? Shouldn't it be 18?
na...@google.com <na...@google.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.core:core:1.11.0-alpha02
Description
Version used: 1.10.0-rc01
Devices/Android versions reproduced on: N/A
Hi there are two BundleCompat classes right now.
Shouldn't we get rid of one?