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

Commit

Permalink
2.3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 29, 2014
1 parent b53fd20 commit 0d404d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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="412"
android:versionName="2.99.43" >
android:versionCode="413"
android:versionName="2.3" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ XPrivacy 2
XPrivacy 2 will not be maintained anymore.
See for more information about XPrivacy 3 [here](#xprivacy3).

**Next release**
**Version 2.3 STABLE**

Main changes since stable version 2.2.1:

Expand Down Expand Up @@ -324,8 +324,6 @@ Other changes:
* Updated simplified Chinese translation
* Updated traditional Chinese translation

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

**Version 2.2.12 BETA**

* Fixed crash caused by legacy restrictions ([issue](/../../issues/1893))
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import android.util.SparseArray;

public class PrivacyManager {
public static final boolean cVersion3 = true;
public static final boolean cVersion3 = false;

// This should correspond with restrict_<name> in strings.xml
public static final String cAccounts = "accounts";
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 412;
private static final int cCurrentVersion = 413;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit 0d404d6

Please sign in to comment.