From b48ce8a7f3b96bb79f5d9ca01187a2b44ba6fd20 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 31 Jan 2014 12:55:29 +0100 Subject: [PATCH] Disabled allowBackup --- AndroidManifest.xml | 2 +- CHANGELOG.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4c98117a0..a5ae50ea1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -27,7 +27,7 @@ diff --git a/CHANGELOG.md b/CHANGELOG.md index f3431ca97..3cc7d15e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ Test and beta releases will have experimental functions enabled by default. * Added restrictions for *getCurrentSync*, *getCurrentSyncs* and *getSyncAdapterTypes* (accounts) * Added restriction for *onConfigurationChanged* ([issue](https://github.com/M66B/XPrivacy/issues/1201)) * Restrict isolated processes (since JellyBean) -* Removed *largeHeap=true* +* Disabled [largeHeap](http://developer.android.com/reference/android/R.attr.html#largeHeap) to conserve memory +* Disabled [allowBackup](http://developer.android.com/reference/android/R.attr.html#allowBackup) for more privacy * Updated Dutch translation * Updated Lithuanian translation