Skip to content

Instantly share code, notes, and snippets.

View jren2019's full-sized avatar
🏠
Working from home

Jun Ren jren2019

🏠
Working from home
View GitHub Profile
package com.xinghui.notificationlistenerservicedemo;
import android.app.ActivityManager;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.IBinder;
import android.os.Process;