Added in API level 28

MbmsDownloadReceiver

public class MbmsDownloadReceiver
extends BroadcastReceiver

java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ android.telephony.mbms.MbmsDownloadReceiver


The BroadcastReceiver responsible for handling intents sent from the middleware. Apps that wish to download using MBMS APIs should declare this class in their AndroidManifest.xml as follows:

<receiver
    android:name="android.telephony.mbms.MbmsDownloadReceiver"
    android:permission="android.permission.SEND_EMBMS_INTENTS"
    android:enabled="true"
    android:exported="true">
 </receiver>

Summary

Public constructors

MbmsDownloadReceiver()

Inherited methods

Public constructors

MbmsDownloadReceiver

public MbmsDownloadReceiver ()