Skip to content

Instantly share code, notes, and snippets.

@cesclong
cesclong / Foreground.java
Created March 19, 2021 02:05
Android Foreground
package com.cn.mi;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import java.util.List;