How can we call an activity through service in android???
- by Shalini Singh
Hi! friends, i am a android developer,,, want to know is it possible to call an activity through background service in android like :
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.media.MediaPlayer;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
…