feat: Add option to clear home screen in settings (#6125)
Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
committed by
Pun Butrach
parent
9898749619
commit
5f3a03f4fb
@@ -26,7 +26,6 @@ import com.android.systemui.plugins.annotations.ProvidesInterface;
|
||||
@DependsOn(target = Callback.class)
|
||||
public interface VolumeDialog extends Plugin {
|
||||
String ACTION = "com.android.systemui.action.PLUGIN_VOLUME";
|
||||
String ACTION_VOLUME_UNDO = "com.android.systemui.volume.ACTION_VOLUME_UNDO";
|
||||
int VERSION = 1;
|
||||
|
||||
void init(int windowType, Callback callback);
|
||||
|
||||
Reference in New Issue
Block a user