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 misc stubs
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package android.view;
|
||||
|
||||
public class InputDevice {
|
||||
|
||||
public static final int SOURCE_CLASS_BUTTON = 0x00000001;
|
||||
public static final int SOURCE_KEYBOARD = 0x00000100 | SOURCE_CLASS_BUTTON;
|
||||
|
||||
public static int[] getDeviceIds() {
|
||||
return new int[] {0}; // might work?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user