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

Function topActivityStartActivity

js/android_ui.js:140–145  ·  view source on GitHub ↗
(activityName)

Source from the content-addressed store, hash-verified

138}
139
140function topActivityStartActivity(activityName) {
141 Java.perform(function() {
142 var androidUIClz = Java.use("gz.radar.AndroidUI");
143 androidUIClz.topActivityStartActivity(activityName);
144 });
145}
146
147function home() {
148 Java.perform(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected