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
Dialog: some fixes for CTS
Most Dialog test still fail, because we don't handle KeyEvents
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package android.app;
|
||||
|
||||
public class DatePickerDialog {
|
||||
import android.content.Context;
|
||||
|
||||
public class DatePickerDialog extends Dialog {
|
||||
|
||||
public DatePickerDialog(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
public interface OnDateSetListener {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user