File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
102102 private synchronized void startRecording () {
103103 if (isRecording ) return ;
104104 try {
105- String packageName = de . robv . android .xposed .AndroidAppHelper . currentPackageName ();
105+ String packageName = com . wmods . wppenhacer .xposed .core . FeatureLoader . mApp . getPackageName ();
106106 String appName = packageName .contains ("w4b" ) ? "WA Business" : "WhatsApp" ;
107107
108108 File parentDir ;
Original file line number Diff line number Diff line change 11package com .wmods .wppenhacer .xposed .spoofer ;
22
3- import android . app . AndroidAppHelper ;
3+
44import android .app .Application ;
55import android .content .Context ;
66import android .content .pm .PackageManager ;
@@ -492,7 +492,7 @@ else if ("android.software.device_id_attestation".equals(featureName))
492492 };
493493
494494 try {
495- Application app = AndroidAppHelper . currentApplication () ;
495+ Application app = com . wmods . wppenhacer . xposed . core . FeatureLoader . mApp ;
496496
497497 Class <?> PackageManagerClass , SharedPreferencesClass ;
498498
You can’t perform that action at this time.
0 commit comments