onBind() is never called in a service
问题 I am writing a service based app with a bound service, and the service's onBind() method never seems to be called (testing it with Toasts and Logs). The service: import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android.location.Criteria; import android.location.Location; import android.location.LocationListener; import android.location