Skip to content

Commit

Permalink
3.6.16 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 26, 2015
1 parent 68229d5 commit 9506f36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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="477"
android:versionName="3.6.15" >
android:versionCode="478"
android:versionName="3.6.16" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Changelog

**Next release**

* ...

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

**Version 3.6.16 BETA**

* Fixed crash on clear cache (flush) on Lollipop
* Fixed translation of isolated process uids (debug info)
* Reading property *xprivacy.options=ignoreselinux* from */system/build.prop* to ignore SELinux
Expand All @@ -28,8 +34,6 @@ Changelog
* */data/system/xprivacy/aosp*
* This file can be created/deleted by toggling the main setting *AOSP mode*

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

**Version 3.6.15 BETA**

* Fixed privacy service not running with older Xposed releases ([issue](/../../issues/2206))
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 = 477;
private static final String cServiceName = "xprivacy477";
private static final int cCurrentVersion = 478;
private static final String cServiceName = "xprivacy478";

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

0 comments on commit 9506f36

Please sign in to comment.