Skip to content

Instantly share code, notes, and snippets.

View hackerwgf's full-sized avatar

Daniel Wang hackerwgf

View GitHub Profile
@hackerwgf
hackerwgf / CanDrawOverlays.kt
Last active August 19, 2020 15:02
Help for check canDrawOverlays
import android.content.Context
import android.graphics.PixelFormat
import android.os.Build
import android.os.Handler
import android.os.Looper
import android.provider.Settings
import android.view.View
import android.view.WindowManager
fun Context.canDrawOverlays(callback: (Boolean) -> Unit) {