diff --git a/ROADMAP.md b/ROADMAP.md index 1cc7e7ef..b56733b3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,4 +18,14 @@ This was first spotted in bug [#1272](https://github.com/iBotPeaches/Apktool/iss This was attempted to be fixed in [!1758](https://github.com/iBotPeaches/Apktool/pull/1758/files), but had to be reverted due to [this](https://github.com/iBotPeaches/Apktool/issues/1272#issuecomment-379345005). -Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237) \ No newline at end of file +Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237) + +## Qualifier Plugin System +For some OEMs, past and present. They re-use qualifiers that AOSP ends up using. This with CTS is becoming very +rare and pretty much a problem of the past, but now custom modifications and more "off the cuff" OEMs are doing +it. + +Apktool can't do anything because it stays true to AOSP. It would need a plugin system that controls how to +read the qualifiers. Or even an override file. + +Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420) \ No newline at end of file