From a18039583269851faebf90acdc10fca4a7e07343 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 6 Dec 2016 04:44:02 +0800 Subject: [PATCH] Change package name --- su.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/su.h b/su.h index 1953044fc..2e854d1cd 100644 --- a/su.h +++ b/su.h @@ -46,7 +46,7 @@ #define CM_ROOT_ACCESS_APPS_AND_ADB 3 // DO NOT CHANGE LINE BELOW, java package name will always be the same -#define JAVA_PACKAGE_NAME "com.koushikdutta.superuser" +#define JAVA_PACKAGE_NAME "me.phh.superuser" // If --rename-manifest-package is used in AAPT, this // must be changed to correspond to the new APK package name