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

Commit

Permalink
3.6.19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 1, 2015
1 parent b488eee commit 84c3029
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:installLocation="internalOnly"
android:versionCode="480"
android:versionName="3.6.18" >
android:versionCode="481"
android:versionName="3.6.19" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Changelog

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.6.19 STABLE**

* Fixed IPC restrictions for Lollipop (compatibility mode only)

**Version 3.6.18 STABLE**

* Fixed location restrictions in AOSP mode on Android Lollipop ([issue](/../../issues/2219))
Expand Down
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 480;
private static final String cServiceName = "xprivacy480";
private static final int cCurrentVersion = 481;
private static final String cServiceName = "xprivacy481";

private boolean mCorrupt = false;
private boolean mNotified = false;
Expand Down

0 comments on commit 84c3029

Please sign in to comment.