Added method sendLastKnownLocationToTelegram to service binder.
This commit is contained in:
parent
c65ead7bad
commit
137290e6d3
|
|
@ -23,4 +23,8 @@ public class LocationLoggingServiceBinder extends Binder {
|
||||||
public List<LocationEntity> allLocations(){
|
public List<LocationEntity> allLocations(){
|
||||||
return this.service.allLocations();
|
return this.service.allLocations();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void sendLastKnownLocationToTelegram(){
|
||||||
|
this.service.sendLastKnownLocationToTelegram();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue