From 9fd22c92ffc8ad95015663ed595186c0a44810a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 8 Jan 2014 15:36:20 +0100 Subject: [PATCH] Add super-fdroid TODO --- TODO.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..4c2478675 --- /dev/null +++ b/TODO.md @@ -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)