Skip to content

Commit

Permalink
Fixed Imports in Intents.ts to include /lib/IntentUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lehasaS committed Jan 13, 2025
1 parent ef84ab0 commit 973cf2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/src/android/intent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import {
getApplicationContext,
wrapJavaPerform
} from "./lib/libjava.js";
import { Intent } from "./lib/types.js";
import { Intent, FridaOverload } from "./lib/types.js";
import { analyseIntent } from "./lib/intentUtils.js";

// https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NEW_TASK
const FLAG_ACTIVITY_NEW_TASK = 0x10000000;
Expand Down

0 comments on commit 973cf2e

Please # to comment.