Skip to content

Commit

Permalink
Disable GMS location hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Sep 6, 2014
1 parent c824791 commit e89f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/at/jclehner/appopsxposed/Hack.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static class PreferenceInfo
public static final Hack[] HACKS = {
new BootCompletedHack(),
new FixWakeLock(),
new GmsLocationHack(),
//new GmsLocationHack(),
new PackageManagerCrashHack()
};

Expand Down

0 comments on commit e89f23c

Please sign in to comment.