GithubHelp home page GithubHelp logo

Comments (4)

coderstory avatar coderstory commented on August 16, 2024
<classpath>
    <jar name="${androidJar}" />
    <jar name="${classpathJars}" />
</classpath>

<keep-names>
    <class template="public class * instanceof android.app.Activity">
        <method template="public void *(android.view.View)" />
    </class>
    <class template="public class * instanceof android.view.View">
        <method template="void set*(**)" />
        <method template="get*()" />
    </class>
    <class template="class * extends java.lang.Enum">
        <method template="values()" />
        <method template="valueOf(java.lang.String)" />
    </class>
    <class template="class * implements android.os.Parcelable">
        <field template="public static final android.os.Parcelable*Creator *" />
    </class>
    <class template="class *.R*">
        <field template="public static *" />
    </class>
    <class template="public class * instanceof android.app.Application" />
    <class template="public class * instanceof android.app.Service" />
    <class template="public class com.coderstory.flyme.plugins.start" />
    <class template="public class com.coderstory.flyme.activity.MainActivity">
        <method template="isEnable()" />
    </class>
    <class template="public class com.coderstory.flyme.preferences.PreferencesProvider">
        <method template="getAuthorities()" />
    </class>
    <class template="public class com.coderstory.flyme.preferencesProvider">
        <method template="getAuthorities()" />
    </class>
    <class template="public class * instanceof android.content.BroadcastReceiver" />
    <class template="public class * instanceof android.content.ContentProvider" />
    <class template="public class * instanceof android.app.backup.BackupAgentHelper" />
    <class template="public class * instanceof android.preference.Preference" />
    <class template="public class com.android.vending.licensing.ILicensingService" />
    <class template="public class com.google.android.vending.licensing.ILicensingService" />
</keep-names>
<property name="extensive-flow-obfuscation" value="maximum" />
<property name="string-encryption" value="maximum-with-warnings" />
<property name="string-encryption-type" value="strong" />
<property name="default-package" value="" />
<property name="force-default-package" value="enable" />
<property name="update-resource-names" value="enable" />
<property name="inner-classes" value="remove" />
<property name="finalize" value="enable" />
<property name="generics" value="remove" />
<property name="random-seed" value="wqeqweqweqw qweqwe11111" />
<property name="update-resource-contents" value="enable" />
<property name="update-resource-contents" value="enable:UTF-8" />
<property name="remove-calls" value="android.util.Log.*" />
<property name="log-file" value="${logFile}" />
<property name="synthetize-methods" value="all" />
<property name="control-flow-obfuscation" value="enable" />
<property name="synthetize-fields" value="all" />

整个配置

from allatoricrack.

coderstory avatar coderstory commented on August 16, 2024

配置里的getAuthorities是后来加的。。。但是这种错误非常多 导致无法使用

from allatoricrack.

lqs1848 avatar lqs1848 commented on August 16, 2024

更新了 你再试一下

from allatoricrack.

coderstory avatar coderstory commented on August 16, 2024

解决了 ~~

from allatoricrack.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.