Search code examples
androidandroid-activityobfuscationandroid-manifest

Obfuscating Android activity names


Is there any way I can obfuscate the names of my Android activities? I would like to be able to hide them from view, if someone were to attempt to reverse engineer my APK. Of course, I could simply manually rename them all with nonsense names and change the manifest as well, but is there any other way?


Solution

  • I think what you're looking for is ProGuard.