Does ProGuard encrypt strings constants?
No. Storing encrypted string constants in program code is fairly futile, since the encryption has to be perfectly reversible by definition. Moreover, the decryption costs additional memory and computation at run-time. If this feature is ever incorporated, I’ll provide a tool to decrypt the strings as well.