Make unsupported OS menu item disabled.
Whenever a device is running an unsupported version of Android, we display a menu item telling the user that Chrome is unable to update. The same menu item is displayed (with different text and visuals) whenever there is an update available. When the user taps the menu item in the update available flow, they start the update flow. However, when the user is shown that they can not update, nothing happens when they tap the item. This can lead to confusing situations when using accessibility mode, since they are informed that they can double tap to activate. This CL changes this behavior to disable the menu item in the unsupported OS case. The item is still possible to tap to inspect though. Bug: 852650 Change-Id: I1385bc798ea0324cc5043c390c20c40a45c2727f Reviewed-on: https://chromium-review.googlesource.com/c/1327567Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#606671}
Showing
Please register or sign in to comment