有什么方法可以使用 Dexguard 混淆 Activity 名称吗?

Is there any way to obfuscate Activity name using Dexguard?

我正在使用 Dexguard 来混淆我的应用程序,但我想知道为什么它不混淆 Activity 类 的名称。 有什么办法可以混淆这些名字吗?

DexGuard 不会混淆导出的 activity 类 的名称,因为 Android 运行时将它们视为 public API。参见