absynt

Results 1 comments of absynt

Seems like [this](https://android.googlesource.com/platform/frameworks/base/+/30a23a5a7bcc1264ceaad93303176f1faff2f8c4%5E%21/#F1) upstream-change to PackageBuildService broke original-package: ```diff + /** Returns {@code true} if the package has been renamed. Otherwise, {@code false}. */ + private static boolean isPackageRenamed(@NonNull PackageParser.Package...