mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
fix: Conflict incoming changes from 15-dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user