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

Commit

Permalink
Removed largeHeap=true
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 31, 2014
1 parent 654e2df commit 8823c9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/CustomTheme.Light" >

<!-- Xposed -->
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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*
* Updated Dutch translation
* Updated Lithuanian translation

Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ For interested developers:

* [Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

* Reconsider *largeHeap*
* Option to reset user selected dangerous methods
* Document XPrivacy navigation (menu's, presses, long presses) on GitHub
* Better *sh* and *su* command detection
* Accessibility: *android:labelFor="..."*
* Hook location intents
* More efficient implementation of XIoBridge and XSystemProperties
* Hook more package manager methods (which return info about one package)
* Check http://developer.android.com/reference/android/nfc/NfcManager.html
* Remove indeterminate progress indicator?

0 comments on commit 8823c9e

Please sign in to comment.