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

Commit

Permalink
3.6.11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 23, 2015
1 parent 7e59136 commit 19137dd
Show file tree
Hide file tree
Showing 3 changed files with 8 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="472"
android:versionName="3.6.10" >
android:versionCode="473"
android:versionName="3.6.11" >

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

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

**Version 3.6.11 TEST**

* Fixed Android 5.x restrictions ([issue](/../../issues/2195))

**Version 3.6.10 TEST**

* Android 5.x compatibility
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 = 472;
private static final String cServiceName = "xprivacy472";
private static final int cCurrentVersion = 473;
private static final String cServiceName = "xprivacy473";

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

0 comments on commit 19137dd

Please sign in to comment.