-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Followup: New temporary pixels for "Notify Me" component / Follow-up:…
… remove parameter for Android13 (#3007) Task/Issue URL: https://app.asana.com/0/69071770703008/1203884929941926/f https://app.asana.com/0/69071770703008/1203353347663734/f ### Description Removed temporary pixels added as part of notifications permissions changes on Android 13. - Pixel `m_notify_me_component_notify_me_button_pressed` (AppTP & Browser) - Pixel `m_notify_me_component_close_button_pressed` (AppTP & Browser) - Param `os_version_13_or_above` set from onboarding when default browser set / not set (Browser) ### Steps to test this PR DDG set as default browser - [x] Install from this branch. - [x] Filter logcat by `Pixel sent`. - [ ] Start onboarding and notice the `Set DDG as default browser`. Choose to set it. - [x] Check that you see in the logs `Pixel sent: m_db_s with params: {fo=true}`. It does not contain the `os_version_13_or_above` param. DDG NOT set as default browser + notify me - [x] Install from this branch and don't allow notifications (if on Android 13, else disable notifications). - [x] Filter logcat by `Pixel sent`. - [x] Start onboarding and notice the `Set DDG as default browser`. Choose and set any other browser as default. - [x] Check that you see in the logs `Pixel sent: m_db_ns with params: {fo=true}`. It does not contain the `os_version_13_or_above` param. - [x] Go to the `Downloads` screen. - [x] Notice the `Notify Me` component. - [x] Tap on `Notify Me` button. Don't allow notifications. - [x] Check that the `m_notify_me_component_notify_me_button_pressed` pixel is never sent. - [x] Tap on the close button on `Notify Me` component. - [x] Check that the `m_notify_me_component_close_button_pressed` pixel is never sent. - [x] Enable AppTP. - [x] Notice the `Notify Me` component. - [x] Tap on `Notify Me` button. Don't allow notifications. - [x] Check that the `m_notify_me_component_notify_me_button_pressed` pixel is never sent. - [x] Tap on the close button on `Notify Me` component. - [x] Check that the `m_notify_me_component_close_button_pressed` pixel is never sent. ### NO UI changes
- Loading branch information
Showing
19 changed files
with
14 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.