diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0546eb2ba..d77412cfa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="468" + android:versionName="3.6.6" > *About phone* > *Android version* + * Android version 4.0.3 - 5.0.2 (ICS, JellyBean, KitKat, Lollipop); check with *System Settings* > *About phone* > *Android version* * Read about [compatibility](#compatibility) before installing 1. **Make a backup** +1. For Android 5.x (Lollipop): **This is not optional!** + * You need to be able to flash a kernel image + * Mostly this means the bootloader needs to be unlocked + * You need to have/obtain a kernel image (boot.img) for your device + * Edit the kernel image and add this line as the second to last to the file */service_contexts*: + * *xprivacy453 u:object_r:system_server_service:s0* + * Flash the edited kernel image + * Mostly this is done using the *fastboot* command 1. If you haven't already, root your device; the rooting procedure depends on your device's brand and model. * You can find a guide [here](http://www.androidcentral.com/root) for most devices 1. Enable *System settings* > *Security* > *Unknown sources* diff --git a/proguard-project.txt b/proguard-project.txt index 5a819d05a..07eaceb63 100644 --- a/proguard-project.txt +++ b/proguard-project.txt @@ -24,7 +24,7 @@ -keepattributes SourceFile,LineNumberTable #Xposed --libraryjars XposedBridgeApi-54.jar +-libraryjars XposedBridgeApi-20150213.jar #XPrivacy -keep class biz.bokhorst.xprivacy.XPrivacy {*; } diff --git a/src/biz/bokhorst/xprivacy/PrivacyService.java b/src/biz/bokhorst/xprivacy/PrivacyService.java index 28504ab8e..53b3a9998 100644 --- a/src/biz/bokhorst/xprivacy/PrivacyService.java +++ b/src/biz/bokhorst/xprivacy/PrivacyService.java @@ -84,7 +84,7 @@ public class PrivacyService extends IPrivacyService.Stub { private static final String cTableUsage = "usage"; private static final String cTableSetting = "setting"; - private static final int cCurrentVersion = 467; + private static final int cCurrentVersion = 468; private static final String cServiceName = "xprivacy453"; private boolean mCorrupt = false;