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