mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
chore: Cleanup, and hidden feature logged
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
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, boolean sync);
|
||||
void setStreamVolume(int stream, int userLevel, boolean sync);
|
||||
void setActiveStream(int stream);
|
||||
void setStreamVolume(int stream, int userLevel);
|
||||
void setRingerMode(int ringerModeNormal, boolean external);
|
||||
|
||||
boolean hasVibrator();
|
||||
|
||||
Reference in New Issue
Block a user