Status Update
Comments
de...@gmail.com <de...@gmail.com> #2
Information redacted by Android Beta Feedback.
de...@gmail.com <de...@gmail.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please upgrade to the latest release from the link
ro...@gmail.com <ro...@gmail.com> #4
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
mo...@gmail.com <mo...@gmail.com> #5
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ba...@gmail.com <ba...@gmail.com> #6
Thanks for reporting this issue.
-
We are handling "No more paying via Wallet because the system is not up to date" wallet issue here.
-
Please file a separate ticket for "Upgrade was never offered to install android 16" with details.
ro...@gmail.com <ro...@gmail.com> #7
After upgrading to stable the issue persists.
ba...@gmail.com <ba...@gmail.com> #8
Seriously aren't there any way to display a customNotif with a progressBar that is refreshed for every % without crashing (and forcing some device to reboot) ?
[Deleted User] <[Deleted User]> #9
td...@gmail.com <td...@gmail.com> #10
ki...@gmail.com <ki...@gmail.com> #11
fa...@brelton.com <fa...@brelton.com> #12
wa...@gmail.com <wa...@gmail.com> #13
wa...@gmail.com <wa...@gmail.com> #14
ab...@gmail.com <ab...@gmail.com> #15
we...@gmail.com <we...@gmail.com> #16
pa...@gmail.com <pa...@gmail.com> #17
st...@gmail.com <st...@gmail.com> #18
The Action class already defines getUniqueKey as a combination of action name and viewId. If Action.equals() and Action.hashCode() were based on getUniqueKey(), then the ArrayList could be replaced with a Set.
By replacing the ArrayList with a Set, any new updates to the same view would replace the previous action in the Collection instead of appending ad infinitum.
Description
I attached an android eclipse project with an example application. Just run the application to reproduce the issue. Also attached adb bugreport.
What happens:
When updating a same notification and custom view (see
See also
Expected behavior:
I would expect the notification to work fine without recreating Notification and RemoteViews for each update as it is the recommended way to do it in the documentation.
This issue was produced on a NexusOne running Android 2.1-update1.