Skip to content

Commit

Permalink
feat: add method to base attr for res skips
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Sep 4, 2023
1 parent 275fe65 commit 7214364
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
*/
package brut.androlib.res.data.value;

public class ResValue {
import brut.androlib.Config;

public class ResValue {
public boolean shouldRemoveUnknownRes() {
return Config.getInstance().isRemoveResolveMode();
}
}

0 comments on commit 7214364

Please sign in to comment.