So here, I need two classes, broadcastReceiv er( to receive sms) and Activity. But in java i can inherit only 2 classes. Since they are imported from android library, I am not getting how I can implement this. I think I cant use interfaces also.
Code:
import android.app.Activity;