Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 23, 2015
1 parent 8789b6b commit 7e59136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/biz/bokhorst/xprivacy/XPrivacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void initZygote(StartupParam startupParam) throws Throwable {
}
}

// AOSP mode override
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT && Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP)
try {
Class<?> libcore = Class.forName("libcore.io.Libcore");
Expand Down Expand Up @@ -100,6 +101,7 @@ public void initZygote(StartupParam startupParam) throws Throwable {
* don't need them so in case they change over time, we will simply use
* the hookAll feature.
*/

try {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
Class<?> at = Class.forName("android.app.ActivityThread");
Expand Down

0 comments on commit 7e59136

Please sign in to comment.