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: misc additions for different apps
This commit is contained in:
@@ -832,4 +832,12 @@ public class Process {
|
||||
}
|
||||
|
||||
public static final native boolean is64Bit();
|
||||
|
||||
public static long getStartUptimeMillis() {
|
||||
return 1000;
|
||||
};
|
||||
|
||||
public static long getStartElapsedRealtime() {
|
||||
return 1000;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user