From 4596beba605ed44b69046fe0227d76b2bed1f8ef Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 24 May 2015 09:36:14 +0200 Subject: [PATCH] 3.6.12 beta --- AndroidManifest.xml | 3 ++- CHANGELOG.md | 8 ++++++-- README.md | 2 +- src/biz/bokhorst/xprivacy/PrivacyService.java | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a7a7c5424..7aa6e209b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + diff --git a/CHANGELOG.md b/CHANGELOG.md index d00b96722..05051a40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,15 @@ Changelog **Next release** -* Fixed Android 5.x *getDeviceId* (IMEI) restriction ([issue](/../../issues/2198)) -* Added Android 5.x multi-SIM restriction support +* ... [Open issues](https://github.com/M66B/XPrivacy/issues?state=open) +**Version 3.6.12 BETA** + +* Fixed Android 5.x *getDeviceId* (IMEI) restriction ([issue](/../../issues/2198)) +* Added Android 5.x multi-SIM restriction support + **Version 3.6.11 TEST** * Fixed Android 5.x restrictions ([issue](/../../issues/2195)) diff --git a/README.md b/README.md index 2e2ac7b22..6fc383bce 100644 --- a/README.md +++ b/README.md @@ -512,7 +512,7 @@ XPrivacy asks for the following Android permissions: * Contacts: to be able to restrict applications' access to contacts * Boot: to be able to check if XPrivacy is enabled * Internet: to be able to submit and fetch [crowd sourced restrictions](http://crowd.xprivacy.eu/) -* Storage: to be able to export XPrivacy's settings to the SD card (only with a [pro license](http://www.xprivacy.eu/)) +* Storage: to be able to read the pro license file and to be able to export XPrivacy's settings to the SD card (only with a [pro license](http://www.xprivacy.eu/)) * Wakelock: to keep the processor running during batch operations If desired, you can even restrict XPrivacy from accessing any of the above, diff --git a/src/biz/bokhorst/xprivacy/PrivacyService.java b/src/biz/bokhorst/xprivacy/PrivacyService.java index 9a15835d9..4502ec05e 100644 --- a/src/biz/bokhorst/xprivacy/PrivacyService.java +++ b/src/biz/bokhorst/xprivacy/PrivacyService.java @@ -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 = 473; - private static final String cServiceName = "xprivacy473"; + private static final int cCurrentVersion = 474; + private static final String cServiceName = "xprivacy474"; private boolean mCorrupt = false; private boolean mNotified = false;