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

Commit

Permalink
3.6.17 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 28, 2015
1 parent 802f9a0 commit 3d7e08a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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="478"
android:versionName="3.6.16" >
android:versionCode="479"
android:versionName="3.6.17" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ Changelog

**Next release**

* Fixed bootloop in some cases for Android versions before Lollipop ([issue](/../../issues/2209))
*...

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

**Version 3.6.17 BETA**

* Fixed bootloop in some cases for Android versions before Lollipop ([issue](/../../issues/2209))

**Version 3.6.16 BETA**

* Fixed crash on clear cache (flush) on Lollipop
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 = 478;
private static final String cServiceName = "xprivacy478";
private static final int cCurrentVersion = 479;
private static final String cServiceName = "xprivacy479";

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

0 comments on commit 3d7e08a

Please sign in to comment.