BroadcastReceiverPermissions


public final class BroadcastReceiverPermissions


Permissions defined for broadcast receivers.

Summary

Constants

static final String
BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION = "com.google.android.engage.REQUEST_ENGAGE_DATA"

Permission that can be added to the Broadcast receiver during registration, so that receivers will only receive the intents from senders that declare the permission.

Constants

BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION

public static final String BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION = "com.google.android.engage.REQUEST_ENGAGE_DATA"

Permission that can be added to the Broadcast receiver during registration, so that receivers will only receive the intents from senders that declare the permission.