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

Commit

Permalink
3.6.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 23, 2015
1 parent 15dedf8 commit c5f312d
Show file tree
Hide file tree
Showing 3 changed files with 10 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="471"
android:versionName="3.6.9" >
android:versionCode="472"
android:versionName="3.6.10" >

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

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

**Version 3.6.10 TEST**

* Android 5.x compatibility

Big thanks to [dk-zero-cool](https://github.com/dk-zero-cool) !

**Version 3.6.9 STABLE**

**This release does not fix anything for Android 5.x**
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 = 471;
private static final String cServiceName = "xprivacy471";
private static final int cCurrentVersion = 472;
private static final String cServiceName = "xprivacy472";

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

0 comments on commit c5f312d

Please sign in to comment.