/**@class android.content.ReceiverCallNotAllowedException
@extends android.util.AndroidRuntimeException

 This exception is thrown from {@link android.content.Context#registerReceiver} and
 {@link android.content.Context#bindService} when these methods are being used from
 an {@link android.content.BroadcastReceiver} component.  In this case, the component will no
 longer be active upon returning from receiving the Intent, so it is
 not valid to use asynchronous APIs.
*/
var ReceiverCallNotAllowedException = {


};