加了点没用的东西

This commit is contained in:
2022-02-11 20:03:48 +08:00
parent 8725dabe85
commit 18ce5f66c5

View File

@@ -312,6 +312,14 @@ class HookMain : IXposedHookLoadPackage {
"<unknown>"
}
/**
* 判断通知是否来自 MIPUSH
* @return [Boolean]
*/
@Suppress("unused")
private val StatusBarNotification.isXmsf
get() = opPkgName == "com.xiaomi.xmsf"
/**
* 获取全局上下文
* @return [Context] or null