Skip to content

[Feedback]: Android permissions are not protected #978

Description

@huszm

What's on your mind?

We found those issues in activities and receivers that are not protected.

  1. Activity (com.onesignal.notifications.activities.NotificationOpenedActivityAndroid22AndOlder) is not Protected.
  2. Activity (com.onesignal.notifications.activities.NotificationOpenedActivity) is not Protected.
  3. Broadcast Receiver (com.onesignal.notifications.receivers.UpgradeReceiver) is not Protected.
  4. Broadcast Receiver (com.onesignal.notifications.receivers.BootUpReceiver) is not Protected.
  5. Broadcast Receiver (com.onesignal.notifications.receivers.NotificationDismissReceiver) is not Protected.
  6. Activity (com.onesignal.notifications.activities.NotificationOpenedActivityHMS) is not Protected.
  7. Broadcast Receiver (com.onesignal.notifications.receivers.FCMBroadcastReceiver) is Protected by a permission, but the protection level of the permission should be checked.

I hope the issues will be fixed in the new version.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions