Cant run background service
问题 I am trying to use LocationListener class in a background service to receive the current location of user every time and then comparing it with some data stored in my database. but I am gettin error, when I am trying to do that package com.example.alert; import android.app.Service; import android.content.Context; import android.content.Intent; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.media.MediaPlayer;