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

Commit

Permalink
Disabled allowBackup
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 31, 2014
1 parent 8823c9e commit b48ce8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<uses-permission android:name="biz.bokhorst.xprivacy.pro.CHECK" />

<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/CustomTheme.Light" >
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b48ce8a

Please sign in to comment.