Skip to content

Instantly share code, notes, and snippets.

View AlexSuvorov2k's full-sized avatar
🌴
On vacation

AlexS. AlexSuvorov2k

🌴
On vacation
  • Russia, Izhevsk
View GitHub Profile
@olegcherr
olegcherr / XCheckPermission.java
Created May 12, 2017 12:01
Android: Checking MIUI permissions
/*
* Copyright (c) 2017.
* qsboy.com 版权所有
* https://github.com/JasonQS/Anti-recall/blob/ec45306/Java/XCheckPermission.java
*/
package com.qiansheng.messagecapture;
import android.app.AppOpsManager;
import android.content.Context;