i want to set receiver when ever any application get launched in android,after that i have to do some task.is there any way to do?
@Override
public void onReceive(Context context, Intent intent) {
try {
} catch (Exception e) {
}
}
I have to set this receiver,when ever any application launched....