(activityName)
| 124 | } |
| 125 | |
| 126 | function contextStartActivity(activityName) { |
| 127 | Java.perform(function() { |
| 128 | var androidUIClz = Java.use("gz.radar.AndroidUI"); |
| 129 | androidUIClz.contextStartActivity(activityName); |
| 130 | }); |
| 131 | } |
| 132 | |
| 133 | function contextStartActivityForNewTask(activityName) { |
| 134 | Java.perform(function() { |
nothing calls this directly
no outgoing calls
no test coverage detected