You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add stubs, put Vibrator.java in meson.build (oops), sort sources with LC_ALL=C sort -h
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user