Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
2d1d70b3
Commit
2d1d70b3
authored
Dec 10, 2016
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix su app invoke
parent
a1803958
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
su.h
su.h
+2
-2
No files found.
su.h
View file @
2d1d70b3
...
@@ -46,13 +46,13 @@
...
@@ -46,13 +46,13 @@
#define CM_ROOT_ACCESS_APPS_AND_ADB 3
#define CM_ROOT_ACCESS_APPS_AND_ADB 3
// DO NOT CHANGE LINE BELOW, java package name will always be the same
// DO NOT CHANGE LINE BELOW, java package name will always be the same
#define JAVA_PACKAGE_NAME "
me.phh
.superuser"
#define JAVA_PACKAGE_NAME "
com.koushikdutta
.superuser"
// If --rename-manifest-package is used in AAPT, this
// If --rename-manifest-package is used in AAPT, this
// must be changed to correspond to the new APK package name
// must be changed to correspond to the new APK package name
// See the two Android.mk files for more details.
// See the two Android.mk files for more details.
#ifndef REQUESTOR
#ifndef REQUESTOR
#define REQUESTOR
JAVA_PACKAGE_NAME
#define REQUESTOR
"me.phh.superuser"
#endif
#endif
// This is used if wrapping the fragment classes and activities
// This is used if wrapping the fragment classes and activities
// with classes in another package. CM requirement.
// with classes in another package. CM requirement.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment