Log visibility change for DialogCreatable in Settings.
Bug: 30681529 Test: adb logcat -b events | egrep "(sysui_|notification_)" Test: make RunSettingsRoboTests Change-Id: I51754d258ba1ddfae24323681f21cd02de4dbb4e
This commit is contained in:
@@ -26,4 +26,6 @@ import android.app.Dialog;
|
||||
public interface DialogCreatable {
|
||||
|
||||
Dialog onCreateDialog(int dialogId);
|
||||
|
||||
int getDialogMetricsCategory(int dialogId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user