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

Commit

Permalink
3.5.3 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 10, 2014
1 parent 6858328 commit dbf79ba
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="452"
android:versionName="3.5.2" >
android:versionCode="453"
android:versionName="3.5.3" >

<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 @@ -26,11 +26,15 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr

**Next release**

* Restart notification for *requestLocationUpdates*, *requestSingleUpdate* and *Srv_requestLocationUpdates*
* Notify and do not send the intent *biz.bokhorst.xprivacy.action.ACTIVE* when the privacy database was corrupt (discussed on XDA)
* ...

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

**Version 3.5.3 BETA**

* Restart notification for *requestLocationUpdates*, *requestSingleUpdate* and *Srv_requestLocationUpdates*
* Notify and do not send the intent *biz.bokhorst.xprivacy.action.ACTIVE* when the privacy database was corrupt (discussed on XDA)

**Version 3.5.2 BETA**

* Fixed global *freeze* quirk
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 @@ -78,8 +78,8 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 452;
private static final String cServiceName = "xprivacy452";
private static final int cCurrentVersion = 453;
private static final String cServiceName = "xprivacy453";

private boolean mCorrupt = false;
private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit dbf79ba

Please sign in to comment.