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

Commit

Permalink
Add the Poweramp unlocker to the list of incompatible apps
Browse files Browse the repository at this point in the history
Refs #1340
  • Loading branch information
M66B committed Feb 14, 2014
1 parent d01e7c8 commit b350429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/Requirements.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import android.util.Log;

public class Requirements {
private static String[] cIncompatible = new String[] { "com.lbe.security" };
private static String[] cIncompatible = new String[] { "com.lbe.security", "com.maxmpz.audioplayer.unlock" };

@SuppressWarnings("unchecked")
public static void check(final ActivityBase context) {
Expand Down

0 comments on commit b350429

Please sign in to comment.