implement more APIs

This commit is contained in:
Julian Winkler
2024-03-20 23:05:17 +01:00
parent e8dc6e2f0d
commit 494605932c
18 changed files with 119 additions and 36 deletions

View File

@@ -3,4 +3,6 @@ package android.os;
public class Binder extends IBinder {
public void attachInterface(IInterface owner, String descriptor) {}
public static void flushPendingCommands() {}
}