diff --git a/ROADMAP.md b/ROADMAP.md index 58342527..f765ec24 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -36,4 +36,13 @@ maven, jitpack, etc. Additionally, some documentation on how to do this. -Suggestions: [#1301](https://github.com/iBotPeaches/Apktool/issues/1301), [#2102](https://github.com/iBotPeaches/Apktool/issues/2102) \ No newline at end of file +Suggestions: [#1301](https://github.com/iBotPeaches/Apktool/issues/1301), [#2102](https://github.com/iBotPeaches/Apktool/issues/2102) + +## Non-reference Resources +Some applications may shove resources into the /res folder, but have no references to them. Apktool follows +the resource table, so these files are effectively abandoned. + +Crawling the filesystem for non-checked files would be slow especially having to cross check with already +parsed files. + +Suggestions: [#1366](https://github.com/iBotPeaches/Apktool/issues/1366) \ No newline at end of file