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
implement AlarmManager and JobScheduler
This is needed for the bootstrap job when setting up WhatsApp in companion device mode. The implementation is based on `Handler.postDelayed()`, so jobs and alarms are not persistent for now.
This commit is contained in:
@@ -2221,4 +2221,6 @@ public class View implements Drawable.Callback {
|
||||
public WindowInsets computeSystemWindowInsets(WindowInsets insets, Rect contentInsets) { return insets; }
|
||||
|
||||
public boolean isDuplicateParentStateEnabled() { return false; }
|
||||
|
||||
public void setBackgroundTintMode(PorterDuff.Mode tintMode) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user