api-impl: add stubs, put Vibrator.java in meson.build (oops), sort sources with LC_ALL=C sort -h

This commit is contained in:
Mis012
2024-03-15 20:02:18 +01:00
parent 19f1747e0d
commit fa1aa36f6b
6 changed files with 111 additions and 84 deletions

View File

@@ -12,4 +12,6 @@ public final class PowerManager {
public WakeLock newWakeLock(int levelAndFlags, String tag) {
return new WakeLock();
}
public void userActivity(long dummy, boolean dummy2) {}
}