Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FuckMFS-backup
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
FuckMFS-backup
Commits
9eef8099
There was an error fetching the commit references. Please try again later.
Commit
9eef8099
authored
5 years ago
by
HiedaNaKan
Browse files
Options
Downloads
Patches
Plain Diff
应用
parent
c6fe4219
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/io/kurumi/fuckmfs/FuckMFS.java
+2
-3
2 additions, 3 deletions
app/src/main/java/io/kurumi/fuckmfs/FuckMFS.java
with
2 additions
and
3 deletions
app/src/main/java/io/kurumi/fuckmfs/FuckMFS.java
+
2
−
3
View file @
9eef8099
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment