docs: cross-reference files (#1366)

This commit is contained in:
Connor Tumbleson 2020-11-29 08:06:23 -05:00
parent 46a4a25b5d
commit 7558505d49
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -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)
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)