Skip to content
Snippets Groups Projects
Commit 9eef8099 authored by HiedaNaKan's avatar HiedaNaKan
Browse files

应用

parent c6fe4219
No related branches found
No related tags found
No related merge requests found
...@@ -227,10 +227,9 @@ public class FuckMFS implements IXposedHookLoadPackage { ...@@ -227,10 +227,9 @@ public class FuckMFS implements IXposedHookLoadPackage {
if ((packageInfo.applicationInfo.flags & 1) == 0) { if ((packageInfo.applicationInfo.flags & 1) == 0) {
// appType = "user"; appType = "user";
continue;
} }
String appName = packageInfo.applicationInfo.loadLabel(pm).toString(); String appName = packageInfo.applicationInfo.loadLabel(pm).toString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment