DexPatcher / dexpatcher-gradle

Modify Android applications at source-level in Android Studio
https://dexpatcher.github.io/
GNU General Public License v3.0
83 stars 17 forks source link

Support configurable package name for DexPatcher annotations. #9

Closed Lanchon closed 9 years ago

Lanchon commented 9 years ago

Add a command line option to the tool to configure the package name for DexPatcher annotations at runtime, to deter rouge apps from intentionally clashing against DexPatcher annotation names. Support for this is already baked into the codebase, only the command line parsing needs to be implemented.

Lanchon commented 9 years ago

moved to DexPatcher-tool.