Skip to content

Commit

Permalink
Update connect.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Jun 30, 2024
1 parent 2d2e52c commit 34b6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/core/su/connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace std;
#define START_ACTIVITY \
"/system/bin/app_process", "/system/bin", "com.android.commands.am.Am", \
"start", "-p", target, "--user", user, "-a", "android.intent.action.VIEW", \
"-f", "0x58800020", "--es", "action", action
"-f", "0x18800020", "--es", "action", action

// 0x58800020 = FLAG_ACTIVITY_NEW_TASK|FLAG_ACTIVITY_MULTIPLE_TASK|
// FLAG_ACTIVITY_NO_HISTORY|FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS|
Expand Down

0 comments on commit 34b6c0c

Please sign in to comment.