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

Commit

Permalink
3.6.14 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 25, 2015
1 parent 7cd2c42 commit 757b41d
Show file tree
Hide file tree
Showing 3 changed files with 11 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="475"
android:versionName="3.6.13" >
android:versionCode="476"
android:versionName="3.6.14" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ Changelog

**Next release**

* Fixed on demand restricting for some custom ROMs (OPPO)
* Fixed (telephony) restrictions for Android versions before Lollipop ([issue](/../../issues/2202))
* ...

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

**Version 3.6.14 BETA**

* Fixed on demand restricting for some custom ROMs (OPPO)
* Fixed (telephony) restrictions for Android versions before Lollipop ([issue](/../../issues/2202))
* Running XPrivacy in compatibility mode on Android 5.x, except for stock ROMs ([issue](/../../issues/2201))

**Version 3.6.13 BETA**

* Fixed *getDeviceId* (IMEI) restriction for Android 5.0.x ([issue](/../../issues/2200))
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 = 475;
private static final String cServiceName = "xprivacy475";
private static final int cCurrentVersion = 476;
private static final String cServiceName = "xprivacy476";

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

0 comments on commit 757b41d

Please sign in to comment.