Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add export behavior to registered broadcast receivers #4064

Merged

Conversation

karlenDimla
Copy link
Contributor

@karlenDimla karlenDimla commented Jan 10, 2024

Task/Issue URL: https://app.asana.com/0/0/1206033184335184/f

Description

See attached task description

Steps to test this PR

Smoke test app, espcially the affected features mentioned in task description) verify that no "java.lang.SecurityException: com.duckduckgo.mobile.android.debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts" is logged

@karlenDimla
Copy link
Contributor Author

karlenDimla commented Jan 10, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @karlenDimla and the rest of your teammates on Graphite Graphite

@karlenDimla karlenDimla force-pushed the feature/karl/target14/broadcastreceivers branch from 74eafaa to 402e249 Compare January 10, 2024 15:17
@karlenDimla karlenDimla requested a review from aitorvs January 10, 2024 15:19
@karlenDimla karlenDimla force-pushed the feature/karl/target14/broadcastreceivers branch from 402e249 to 45f5c2e Compare January 10, 2024 15:25
versions.properties Outdated Show resolved Hide resolved
@karlenDimla karlenDimla force-pushed the feature/karl/target14/broadcastreceivers branch from 283eff9 to f0a3dc4 Compare January 11, 2024 11:51
Copy link
Collaborator

@aitorvs aitorvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, left couple comments

@karlenDimla karlenDimla force-pushed the feature/karl/target14/broadcastreceivers branch from f2d7b74 to 6605e7f Compare January 12, 2024 14:11
<!--
Note: This checklist is a reminder of our shared engineering
expectations.
The items in Bold are required
If your PR involves UI changes:
1. Upload screenshots or screencasts that illustrate the changes before
/ after
2. Add them under the UI changes section (feel free to add more columns
if needed)
If your PR does not involve UI changes, you can remove the **UI
changes** section

At a minimum, make sure your changes are tested in API 23 and one of the
more recent API levels available.
-->

Task/Issue URL: https://app.asana.com/0/0/1206023003085403/f 

### Description
See attached task description

### Steps to test this PR
Smoke test starting AppTP and Netp
@karlenDimla karlenDimla merged commit e44a5d6 into feature/karl/target-14 Jan 12, 2024
4 checks passed
@karlenDimla karlenDimla deleted the feature/karl/target14/broadcastreceivers branch January 12, 2024 14:45
karlenDimla added a commit that referenced this pull request Jan 16, 2024
<!--
Note: This checklist is a reminder of our shared engineering
expectations.
The items in Bold are required
If your PR involves UI changes:
1. Upload screenshots or screencasts that illustrate the changes before
/ after
2. Add them under the UI changes section (feel free to add more columns
if needed)
If your PR does not involve UI changes, you can remove the **UI
changes** section

At a minimum, make sure your changes are tested in API 23 and one of the
more recent API levels available.
-->

Task/Issue URL: https://app.asana.com/0/0/1206033184335184/f 

### Description
See attached task description

### Steps to test this PR
Smoke test app, espcially the affected features mentioned in task
description) verify that no `"java.lang.SecurityException:
com.duckduckgo.mobile.android.debug: One of RECEIVER_EXPORTED or
RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being
registered exclusively for system broadcasts"` is logged
karlenDimla added a commit that referenced this pull request Jan 22, 2024
<!--
Note: This checklist is a reminder of our shared engineering
expectations.
The items in Bold are required
If your PR involves UI changes:
1. Upload screenshots or screencasts that illustrate the changes before
/ after
2. Add them under the UI changes section (feel free to add more columns
if needed)
If your PR does not involve UI changes, you can remove the **UI
changes** section

At a minimum, make sure your changes are tested in API 23 and one of the
more recent API levels available.
-->

Task/Issue URL: https://app.asana.com/0/0/1206033184335184/f 

### Description
See attached task description

### Steps to test this PR
Smoke test app, espcially the affected features mentioned in task
description) verify that no `"java.lang.SecurityException:
com.duckduckgo.mobile.android.debug: One of RECEIVER_EXPORTED or
RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being
registered exclusively for system broadcasts"` is logged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants