Fix su app invoke
This commit is contained in:
parent
a180395832
commit
2d1d70b3b6
4
su.h
4
su.h
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user