forked from rovo89/Xposed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle different variants of AndroidRuntime::start()
In Android 5.1.1_r19, Google introduced an additonal parameter for this method. We need to detect which one the ROM uses and call it. This assumes that the mangled name is consistent across all ROMs and that the object instance is implicitely handled as first parameter to the method. On Android 5.0, we assume that this change is not merged. If required, the dynamic way could simply be enabled for this version as well. Fixes rovo89#71.
- Loading branch information
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters