fix A12 compatibility

This commit is contained in:
5ec1cff
2024-07-16 19:00:09 +08:00
parent dbb50ef6a9
commit 2e1eb0f12b
3 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ public interface IPackageManager {
PackageInfo getPackageInfo(String packageName, long flags, int userId);
PackageInfo getPackageInfo(String packageName, int flags, int userId);
class Stub {
public static IPackageManager asInterface(IBinder binder) {
throw new RuntimeException("");