Skip to content

Instantly share code, notes, and snippets.

@ruevaughn
Created June 6, 2021 17:46
Show Gist options
  • Save ruevaughn/d8a8ec04880c050873a6b6f624aa0c38 to your computer and use it in GitHub Desktop.
Save ruevaughn/d8a8ec04880c050873a6b6f624aa0c38 to your computer and use it in GitHub Desktop.
setImmediate(function(){
Java.perform(function() {
var currentApplication = Java.use("android.app.ActivityThread").currentApplication();
var context = currentApplication.getApplicationContext();
// Extra Code Goes Here
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment