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

Commit

Permalink
Updated Xposed bridge
Browse files Browse the repository at this point in the history
Refs #1757
  • Loading branch information
M66B committed Feb 14, 2015
1 parent ef48ef1 commit 9899e2f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="XposedBridgeApi-54.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="XposedBridgeApi-20150213.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file added XposedBridgeApi-20150213.jar
Binary file not shown.
Binary file removed XposedBridgeApi-54.jar
Binary file not shown.
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/XPrivacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
});
} catch (Throwable ex) {
Util.bug(null, ex);
return;
}

// Account manager
Expand Down

0 comments on commit 9899e2f

Please sign in to comment.