api-impl: misc stubs for WhatsApp support

This commit is contained in:
Julian Winkler
2025-04-21 10:19:48 +02:00
parent f2065e31a4
commit 5de2c27abf
20 changed files with 96 additions and 2 deletions

View File

@@ -7,4 +7,8 @@ public class UserManager {
public static boolean supportsMultipleUsers() {
return false;
}
public long getSerialNumberForUser(UserHandle user) {
return user.getIdentifier();
}
}