MCPcopy Create free account
hub / github.com/CreditTone/hooker / contextStartActivity

Function contextStartActivity

js/android_ui.js:126–131  ·  view source on GitHub ↗
(activityName)

Source from the content-addressed store, hash-verified

124}
125
126function contextStartActivity(activityName) {
127 Java.perform(function() {
128 var androidUIClz = Java.use("gz.radar.AndroidUI");
129 androidUIClz.contextStartActivity(activityName);
130 });
131}
132
133function contextStartActivityForNewTask(activityName) {
134 Java.perform(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected