Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
This PR adds models for Notification builders in the package android.app.
It mostly models the fluent behavior of Notification$Action$Builder and Notification$Builder with value-preserving steps, but also adds taint steps for methods that handle PendingIntents.
For instance, a PendingIntent can be added to an Action with Notification$Action(int,CharSequence,PendingIntent), then the Action can be added to a Notification$Builder with addAction and finally the Notification$Builder can create a Notification with build(), which can be sent with e.g. NotificationManager.notify.
The text was updated successfully, but these errors were encountered:
⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged. The following differences were found:
⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged. The following differences were found:
⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged. The following differences were found:
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
This PR adds models for
Notificationbuilders in the packageandroid.app.It mostly models the fluent behavior of
Notification$Action$BuilderandNotification$Builderwith value-preserving steps, but also adds taint steps for methods that handlePendingIntents.For instance, a
PendingIntentcan be added to anActionwithNotification$Action(int,CharSequence,PendingIntent), then theActioncan be added to aNotification$BuilderwithaddActionand finally theNotification$Buildercan create aNotificationwithbuild(), which can be sent with e.g.NotificationManager.notify.The text was updated successfully, but these errors were encountered: