-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application的string没被混淆 #108
Comments
问题2的这个activity 是整个App的启动类 //stringfog { 我的配置如下 |
我用的的是7.4.1 |
同 #111 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
我发现两个问题:
1.Application的string没被混淆
2. Intent intent = new Intent(this, WebViewActivity.class);
intent.putExtra("url", str);
finish();
这里的url字符串没被混淆
The text was updated successfully, but these errors were encountered: