feat: SystemUI Plugin Android 16 QPR1

This commit is contained in:
Pun Butrach
2025-11-16 18:02:41 +07:00
parent e1b2f18779
commit 98406b0227
7 changed files with 59 additions and 27 deletions

View File

@@ -41,8 +41,8 @@ import com.android.systemui.plugins.annotations.ProvidesInterface;
public interface VolumeDialogController {
int VERSION = 1;
void setActiveStream(int stream);
void setStreamVolume(int stream, int userLevel);
void setActiveStream(int stream, boolean sync);
void setStreamVolume(int stream, int userLevel, boolean sync);
void setRingerMode(int ringerModeNormal, boolean external);
boolean hasVibrator();