java - How to change a value inside a third party library -
(you don't need know android solve question)
i using third party library in android app. call libx. libx has class named constants in keep number of constants. 1 such constant used on inside library. need value of constant different is. how change value of constant?
as illustration: want change value of badconstant “i bad” “i good”.
class constants{   public static final string badconstant = “i bad”; }   i open sort of creative solution. thing if had setter/constructor value well. right there no setter.
also library obtained gradle dependency (if care)
 
 
  
Comments
Post a Comment