Add super-fdroid TODO

This commit is contained in:
Daniel Martí 2014-01-08 15:36:20 +01:00
parent f8d235fb43
commit 9fd22c92ff

14
TODO.md Normal file
View File

@ -0,0 +1,14 @@
## TODO
* Provide a way to make F-Droid a system app on rooted phones
* Handle error codes returned by InstallSystemManager callback (like the
internal code for PackageInstaller does)
* Show changed permissions when doing an unattended install
* Handle ROM updates in some way to avoid being removed from /system
## Links
* [Original MR](https://gitorious.org/f-droid/fdroidclient/merge_requests/37)