Skip to content

Instantly share code, notes, and snippets.

@Miguelos
Miguelos / LocationTrackingService.kt
Created March 9, 2017 10:44 — forked from anonymous/LocationTrackingService.kt
Android location tracking background service in Kotlin language. Referenced from: http://stackoverflow.com/a/28535885/1441324
import android.app.Service
import android.content.Context
import android.content.Intent
import android.location.Location
import android.location.LocationManager
import android.os.Bundle
import android.util.Log
class LocationTrackingService : Service() {
<?php
/**
* @file My Drush Commands
*/
/**
* Implementation of hook_drush_help()
*/
function my_drush_help($section) {
switch ($section) {