Skip to content

Commit

Permalink
Hook startNextMatchingActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jun 28, 2014
1 parent 9e7a22f commit 39da7a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/biz/bokhorst/xprivacy/XActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ public String getClassName() {
// public void startActivityFromFragment(Fragment fragment, Intent intent, int requestCode, Bundle options)
// public boolean startActivityIfNeeded(Intent intent, int requestCode)
// public boolean startActivityIfNeeded(Intent intent, int requestCode, Bundle options)
// public boolean startNextMatchingActivity(Intent intent)
// public boolean startNextMatchingActivity(Intent intent, Bundle options)
// frameworks/base/core/java/android/app/Activity.java

// @formatter:on

private enum Methods {
getSystemService, startActivities, startActivity, startActivityForResult, startActivityFromChild, startActivityFromFragment, startActivityIfNeeded
getSystemService, startActivities, startActivity, startActivityForResult, startActivityFromChild, startActivityFromFragment, startActivityIfNeeded, startNextMatchingActivity
};

@SuppressLint("InlinedApi")
Expand Down

0 comments on commit 39da7a5

Please sign in to comment.