api-impl: misc stubs

This commit is contained in:
Mis012
2024-05-27 19:02:31 +02:00
parent 2a3106f205
commit 5fb7cb283f
3 changed files with 14 additions and 0 deletions

View File

@@ -16,4 +16,6 @@ public final class PowerManager {
}
public void userActivity(long dummy, boolean dummy2) {}
public static final int FULL_WAKE_LOCK = 0x1a;
}