Hello all, I am having an inner class which extends BroadcastReceiver.
And I have added following line to AndroidManifest.xml:
<receiver android:name="OuterClass$InnerClass android:enabled="true"/>
But I am getting error Unable to instantiate receiver org.example.test.OuterClass$InnerClass:
Whats the issue?