Android: Improve and simplify strings for media streaming notifications
1. Split notification text into two lines, meaning the URL is actually readable without expanding notification. 2. String change: use "A site is using your camera" instead of "Accessing video input" 3. Unify incognito and normal strings. Incognito was "A site is accessing video input" whereas normal was "Accessing video input". Now they're both the same. 4. Use "tap" more consistently. Sometimes we were using "touch" and sometimes "tap". 5. Use grit placeholders instead of manually appending string elements (pre-N). 6. Move android only strings into android only strings file. 7. Make screen capture consistent with other types in terms of formatting (place url at end of second line of text instead of at start of first line of text). See screenshots on bug. UX: meggynwatkins@ Bug: 1067409 Change-Id: I58e531eae2f037bf6faabd5bbb49658c657c732b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138776 Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#759736}
Showing
Please register or sign in to comment