Android – ‘com. Example. * *’ and ‘com. Example. * * {*;}’?

When I use Proguard, what is the difference between com. Example. * * and com. Example. * * {*;}? For example, what happens in each case?

  -keep class com.example.**

  -keep class com.example.** { *; }

resolvent:

Keep all classes in the com. Example package

Keep all inner classes in the com.example package

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>