Overview
Intent
broadcast
HOW to receive android.intent.action.DROPBOX_ENTRY_ADDED
public static final String ACTION_DROPBOX_ENTRY_ADDED
Added in API level 11
Broadcast Action: This is broadcast when a new entry is added in the dropbox. You must hold the READ_LOGS permission in order to receive this broadcast.
This is a protected intent that can only be sent by the system.
Constant Value: "android.intent.action.DROPBOX_ENTRY_ADDED"
W/BroadcastQueue( 536): Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (h as extras) } to com.qualcomm.autotrigger requires android.permission.READ_LOGS due to sender android (uid 1000)