Skip to content

Instantly share code, notes, and snippets.

View FaizanMubasher's full-sized avatar

Faizan Mubasher FaizanMubasher

  • Test Company
  • Lahore Pakistan
View GitHub Profile
@FaizanMubasher
FaizanMubasher / LocationTracker.java
Last active August 1, 2022 09:32
Foreground Location Service
package com.biocare.services;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;