Skip to content

Commit

Permalink
2.99.32 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 18, 2014
1 parent 19b1943 commit 6acd661
Show file tree
Hide file tree
Showing 3 changed files with 7 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="399"
android:versionName="2.99.31" >
android:versionCode="400"
android:versionName="2.99.32" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ Version 2.99.x and version 3.x will be available with a [pro license](http://www

**Next release**

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

**Version 2.99.32 BETA**

* Added parameter package name to *Srv_getPackageInfo* and *Srv_getApplicationInfo*
* Added support for [Android Revolution HD](http://forum.xda-developers.com/showthread.php?t=1925402)
* Fixed all problems reported through the debug info
* Updated French translation
* Updated German translation

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

**Version 2.99.31 BETA**

* Flush will clear the asked once cache too
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 = 399;
private static final int cCurrentVersion = 400;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit 6acd661

Please sign in to comment.