Android – Getting context from a Broadcast receiver onReceive() to send to January 27, 2023 by Tarik public abstract void onReceive(Context context, Intent intent) onReceive gives you the context. What more do you want?