fix: Disable material expressive folder expansion animations

This commit is contained in:
Pun Butrach
2025-11-28 20:00:03 +07:00
parent 0ff9636c38
commit 9b90822395
2258 changed files with 165178 additions and 78080 deletions
@@ -26,6 +26,7 @@ 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);