JesusFreke / smali

smali/baksmali
6.29k stars 1.07k forks source link

Add support for Android 12 #828

Closed frknkrc44 closed 2 years ago

frknkrc44 commented 2 years ago

I saw some issues when decompiling framework.jar of Android 12 Beta 5 by using Apktool. Checked Android docs and Google says "greylist-max-r" added to source code. Forked this repo and just added this flag then recompiled apktool. Jar file decompiled successfully.

Error before patch: framework.jar.log After patch: AFTER-framework.jar.log

JesusFreke commented 2 years ago

Oh, sorry. I was reviewing PRs in top-to-bottom order, which is reverse chronological by default, so I got to @drosseau's https://github.com/JesusFreke/smali/pull/840 PR for this first. Sorry! But thanks for the PR, and sorry for the delay in looking at this.